tcio 0.1.2

Collection of utility types.
Documentation
1
2
3
4
5
6
7
//! Futures utilities.
mod map;
mod then;

pub use map::{Map, map};
pub use then::{Then, then};