Struct libflow::update::Cork
[−]
[src]
pub struct Cork(_);
The part of cork that is stuffed into the update channel.
The receiver end of the channel simply drops the cork, which signals the corresponding
CorkHandle
.
The Cork
can be cloned. The signal of the other end happens once all copies of it are
dropped.
Trait Implementations
impl Clone for Cork
[src]
fn clone(&self) -> Cork
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more