Struct web_thread::web::ScopedJoinHandleFuture
source · pub struct ScopedJoinHandleFuture<'handle, 'scope, T>(/* private fields */);
Available on
Web
only.Expand description
Waits for the associated thread to finish. See
ScopedJoinHandleExt::join_async()
.
Trait Implementations§
source§impl<T> Debug for ScopedJoinHandleFuture<'_, '_, T>
impl<T> Debug for ScopedJoinHandleFuture<'_, '_, T>
source§impl<T> Future for ScopedJoinHandleFuture<'_, '_, T>
impl<T> Future for ScopedJoinHandleFuture<'_, '_, T>
Auto Trait Implementations§
impl<'handle, 'scope, T> Freeze for ScopedJoinHandleFuture<'handle, 'scope, T>
impl<'handle, 'scope, T> !RefUnwindSafe for ScopedJoinHandleFuture<'handle, 'scope, T>
impl<'handle, 'scope, T> Send for ScopedJoinHandleFuture<'handle, 'scope, T>
impl<'handle, 'scope, T> Sync for ScopedJoinHandleFuture<'handle, 'scope, T>
impl<'handle, 'scope, T> Unpin for ScopedJoinHandleFuture<'handle, 'scope, T>
impl<'handle, 'scope, T> !UnwindSafe for ScopedJoinHandleFuture<'handle, 'scope, T>
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