Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremija/mpmc-async
A multi-producer, multi-consumer async channel with reservations
https://github.com/jeremija/mpmc-async
Last synced: 9 days ago
JSON representation
A multi-producer, multi-consumer async channel with reservations
- Host: GitHub
- URL: https://github.com/jeremija/mpmc-async
- Owner: jeremija
- License: mit
- Created: 2024-03-15T08:23:47.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-09T07:48:23.000Z (7 months ago)
- Last Synced: 2024-09-14T17:51:19.561Z (about 2 months ago)
- Language: Rust
- Size: 81.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mpmc-async
A multi-producer, multi-consumer async channel with reservations for Rust.
For more information see:
- [docs.rs](https://docs.rs/mpmc-async/)
- [crates.io](https://crates.io/crates/mpmc-async)# LICENSE
[MIT](LICENSE).