jackiechan 1.0.0

Bounded mpsc channel optimized for lazy bulk operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# jackiechan

Rust bounded mpsc channel optimized for bulk operations

This is currently a copy of stjepang's awesome async-channel crate with minor 
modifications to support both sync and async without futures_lite.

I'll iteratively modify this to create a new channel crate to fit my usecase
(sharded arenas with lazy commits).

Go use async-channel instead