pub struct AsyncJoinHandle<T: Send + 'static> { /* private fields */ }Expand description
IntoFuture implementation for JoinHandle
Trait Implementations§
Source§impl<T: Send + 'static> Future for AsyncJoinHandle<T>
impl<T: Send + 'static> Future for AsyncJoinHandle<T>
Auto Trait Implementations§
impl<T> !RefUnwindSafe for AsyncJoinHandle<T>
impl<T> !Sync for AsyncJoinHandle<T>
impl<T> !UnwindSafe for AsyncJoinHandle<T>
impl<T> Freeze for AsyncJoinHandle<T>where
PhantomData<T>: Freeze,
impl<T> Send for AsyncJoinHandle<T>where
PhantomData<T>: Send,
impl<T> Unpin for AsyncJoinHandle<T>where
PhantomData<T>: Unpin,
impl<T> UnsafeUnpin for AsyncJoinHandle<T>where
PhantomData<T>: UnsafeUnpin,
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,
Source§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