Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tekjar/jackiechan
Rust bounded mpsc channel optimized for bulk operations
https://github.com/tekjar/jackiechan
Last synced: 3 months ago
JSON representation
Rust bounded mpsc channel optimized for bulk operations
- Host: GitHub
- URL: https://github.com/tekjar/jackiechan
- Owner: tekjar
- License: mit
- Created: 2020-08-22T13:38:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T14:43:13.000Z (over 3 years ago)
- Last Synced: 2024-10-11T14:13:36.520Z (4 months ago)
- Language: Rust
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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