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