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
A better channel API
Homepage Repository Cargo Rust Documentation Download
bchannel is a wrapper around the rust channels that offers (in my opinion)
a better API.
Improvements: