1 2 3 4 5
//! Implementation of channels that supports iterator-like operation such as `map`, `filter` //! ... /// Near drop-in replacement for std::sync::mpsc; pub mod mpsc;
1 2 3 4 5
//! Implementation of channels that supports iterator-like operation such as `map`, `filter` //! ... /// Near drop-in replacement for std::sync::mpsc; pub mod mpsc;