2 releases
Uses old Rust 2015
0.1.1 | Sep 15, 2017 |
---|---|
0.1.0 | Jan 11, 2017 |
#2151 in Asynchronous
21 downloads per month
Used in kabuki
36KB
485 lines
Deprecated in favor of futures::sync::mpsc
!
Future aware MPSC channel
This crate provides a future aware, bounded, MPSC channel with back pressure support.
This crate is an exploration of features before they are merged into the futures crate.
Usage
First, add this to your Cargo.toml
:
[dependencies]
futures-mpsc = "0.1"
Next, add this to your crate:
extern crate futures_mpsc;
License
futures-mpsc
is primarily distributed under the terms of both the MIT license
and the Apache License (Version 2.0), with portions covered by various BSD-like
licenses.
See LICENSE-APACHE, and LICENSE-MIT for details.
Dependencies
~53KB