10 releases
Uses old Rust 2015
0.0.10 | Mar 23, 2016 |
---|---|
0.0.9 | May 3, 2015 |
0.0.8 | Apr 18, 2015 |
0.0.6 | Mar 26, 2015 |
0.0.1 | Nov 23, 2014 |
#19 in #fail
Used in wire
12KB
274 lines
bchannel
The channels API that you wished you had.
bchannel
is a wrapper around the rust channels that offers (in my opinion)
a better API.
Improvements:
- None of the methods fail
- Async by default
- Possible to send an error as a way to close the channel
- Multiple iterator methods