futures-mpsc

Crates.iofutures-mpsc
lib.rsfutures-mpsc
version0.1.1
sourcesrc
created_at2017-01-11 21:51:53.525166
updated_at2017-09-15 17:58:14.266107
descriptionA futures aware, bounded, MPSC channel with back pressure support.
homepagehttps://github.com/carllerche/futures-mpsc
repositoryhttps://github.com/carllerche/futures-mpsc
max_upload_size
id8027
size54,017
Team algorithmia (github:algorithmiaio:team-algorithmia)

documentation

https://docs.rs/futures-mpsc

README

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.

Build Status Crates.io

Documentation

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.

Commit count: 21

cargo fmt