chan 0.1.13

Multi-producer, multi-consumer channels with select.
Documentation

This crate provides experimental support for multi-producer/multi-consumer channels. This includes rendezvous, synchronous and asynchronous channels.

There is also support for "selecting" from one of several channel synchronization events (sending or receiving).

Build status

Dual-licensed under MIT or the UNLICENSE.

Documentation

http://burntsushi.net/rustdoc/chan/.