Struct killswitch::ShutdownFuture [−][src]
pub struct ShutdownFuture { /* fields omitted */ }Expand description
Future returned by Shutdown::wait().
Trait Implementations
If a Shutdown object is released and it has a Waker in the internal hashmap, then release that Waker object.
Auto Trait Implementations
impl RefUnwindSafe for ShutdownFuture
impl Send for ShutdownFuture
impl Sync for ShutdownFuture
impl Unpin for ShutdownFuture
impl UnwindSafe for ShutdownFuture
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.