Struct futures::task::UnparkEvent [−][src]
pub struct UnparkEvent { /* fields omitted */ }
👎 Deprecated:
recommended to use FuturesUnordered
instead
Expand description
A set insertion to trigger upon unpark
.
Unpark events are used to communicate information about why an unpark
occurred, in particular populating sets with event identifiers so that the
unparked task can avoid extraneous polling. See with_unpark_event
for
more.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for UnparkEvent
impl Send for UnparkEvent
impl Sync for UnparkEvent
impl Unpin for UnparkEvent
impl !UnwindSafe for UnparkEvent
Blanket Implementations
Mutably borrows from an owned value. Read more