Crates.io | futures-mpsc |
lib.rs | futures-mpsc |
version | 0.1.1 |
source | src |
created_at | 2017-01-11 21:51:53.525166 |
updated_at | 2017-09-15 17:58:14.266107 |
description | A futures aware, bounded, MPSC channel with back pressure support. |
homepage | https://github.com/carllerche/futures-mpsc |
repository | https://github.com/carllerche/futures-mpsc |
max_upload_size | |
id | 8027 |
size | 54,017 |
Deprecated in favor of futures::sync::mpsc
!
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.
First, add this to your Cargo.toml
:
[dependencies]
futures-mpsc = "0.1"
Next, add this to your crate:
extern crate futures_mpsc;
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.