jackiechan

Crates.iojackiechan
lib.rsjackiechan
version1.0.0
sourcesrc
created_at2020-08-22 16:32:20.501882
updated_at2021-05-27 14:43:21.011828
descriptionBounded mpsc channel optimized for lazy bulk operations
homepage
repositoryhttps://github.com/tekjar/jackiechan
max_upload_size
id279540
size38,823
Ravi Teja (tekjar)

documentation

README

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

Commit count: 10

cargo fmt