Struct async_core::SpawnedFuture
source · pub struct SpawnedFuture<'a>(_, _);
Trait Implementations§
source§impl<'a> Future for SpawnedFuture<'a>
impl<'a> Future for SpawnedFuture<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for SpawnedFuture<'a>
impl<'a> !Send for SpawnedFuture<'a>
impl<'a> !Sync for SpawnedFuture<'a>
impl<'a> Unpin for SpawnedFuture<'a>
impl<'a> !UnwindSafe for SpawnedFuture<'a>
Blanket Implementations§
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