Struct web_thread::web::YieldNowFuture
source · pub struct YieldNowFuture(/* private fields */);
Available on
Web
only.Expand description
Waits for yielding to the event loop to happen. See yield_now_async()
.
Trait Implementations§
source§impl Debug for YieldNowFuture
impl Debug for YieldNowFuture
source§impl Future for YieldNowFuture
impl Future for YieldNowFuture
impl RefUnwindSafe for YieldNowFuture
Auto Trait Implementations§
impl Freeze for YieldNowFuture
impl !Send for YieldNowFuture
impl !Sync for YieldNowFuture
impl Unpin for YieldNowFuture
impl !UnwindSafe for YieldNowFuture
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more