#mpsc #future

futures-shim

An adapter for futures-unaware components

4 releases

Uses old Rust 2015

0.1.3 Jun 20, 2017
0.1.2 Jun 18, 2017
0.1.1 Jun 17, 2017
0.1.0 Jun 17, 2017

#119 in #mpsc

MIT/Apache

9KB
106 lines

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


futures-shim

The idea behind this small Rust library is to provide a way integrate futures-unaware components into futures pipelines.

Currently covered APIs:

  • stdlib's mpsc unbounded channels

License

futures-shim is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, and LICENSE-MIT for details.

Dependencies

~55KB