Struct tokio::sync::futures::Notified [−][src]
pub struct Notified<'a> { /* fields omitted */ }
Future returned from Notify::notified()
Trait Implementations
impl<'a> Send for Notified<'a>
[src]
impl<'a> Sync for Notified<'a>
[src]
Auto Trait Implementations
impl<'a> !RefUnwindSafe for Notified<'a>
impl<'a> !Unpin for Notified<'a>
impl<'a> !UnwindSafe for Notified<'a>
Blanket Implementations
impl<F> IntoFuture for F where
F: Future,
[src]
impl<F> IntoFuture for F where
F: Future,
[src]type Output = <F as Future>::Output
🔬 This is a nightly-only experimental API. (
into_future
)The output that the future will produce on completion.
type Future = F
🔬 This is a nightly-only experimental API. (
into_future
)Which kind of future are we turning this into?