Struct bitflags::__core::sync::mpsc::Handle [] [src]

pub struct Handle<'rx, T> where T: Send + 'rx {
    // some fields omitted
}
Unstable (mpsc_select)

: This implementation, while likely sufficient, is unsafe and likely to be error prone. At some point in the future this module will likely be replaced, and it is currently unknown how much API breakage that will cause. The ability to select over a number of channels will remain forever, but no guarantees beyond this are being made

A handle to a receiver which is currently a member of a Select set of receivers. This handle is used to keep the receiver in the set as well as interact with the underlying receiver.