Struct tokio::task::Unconstrained [−][src]
pub struct Unconstrained<F> { /* fields omitted */ }This is supported on crate feature
rt only.Expand description
Future for the unconstrained method.
Trait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for Unconstrained<F> where
F: RefUnwindSafe, impl<F> Send for Unconstrained<F> where
F: Send, impl<F> Sync for Unconstrained<F> where
F: Sync, impl<F> UnwindSafe for Unconstrained<F> where
F: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (
into_future)The output that the future will produce on completion.
type Future = F
type Future = F🔬 This is a nightly-only experimental API. (
into_future)Which kind of future are we turning this into?
🔬 This is a nightly-only experimental API. (
into_future)Creates a future from a value.