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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Cork
[src]

Formats the value using the given formatter.