Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmelodie/jigglr
Amateur Multi Producer Multi Consumer queue in Rust
https://github.com/gmelodie/jigglr
Last synced: 25 days ago
JSON representation
Amateur Multi Producer Multi Consumer queue in Rust
- Host: GitHub
- URL: https://github.com/gmelodie/jigglr
- Owner: gmelodie
- License: apache-2.0
- Created: 2024-08-02T15:38:26.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T17:02:53.000Z (3 months ago)
- Last Synced: 2024-08-03T17:32:54.645Z (3 months ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jigglr
Amateur Multi Producer Multi Consumer queue in Rust## Idea
Use the `assist` approach described [here](https://stackoverflow.com/a/71727587/6032037).