Crate eventuals[][src]

Re-exports

pub use error::Closed;

Modules

Structs

Pipe ceases when this is dropped

This type is a thin wrapper around T to enable cheap clone and comparisons. Internally it is an Arc that is compared by address instead of by the implementation of the pointed to value.

Traits

Functions

handle_errorsDeprecated

Produce a side effect with the latest values of an eventual

selectDeprecated