Crate futures_shim [] [src]

This crate allows integrating non-futures components from Rust stdlib (and eventually third-party libraries) into futures pipelines

Modules

mpsc

The purpose of this module is to enable smooth integration of unbounded mpsc-using components into futures-based pipelines.