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

#17 in #fail

Download history 36/week @ 2024-02-18 23/week @ 2024-02-25 1/week @ 2024-03-03 9/week @ 2024-03-10

69 downloads per month
Used in wire

MIT license

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.

Api docs

Improvements:

  • None of the methods fail
  • Async by default
  • Possible to send an error as a way to close the channel
  • Multiple iterator methods

No runtime deps