https://github.com/cloudnoize/c-locklessq
# Single Producer Single Consumer Lockless Q
https://github.com/cloudnoize/c-locklessq
Last synced: 2 months ago
JSON representation
# Single Producer Single Consumer Lockless Q
- Host: GitHub
- URL: https://github.com/cloudnoize/c-locklessq
- Owner: cloudnoize
- Created: 2020-06-18T16:50:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T16:52:45.000Z (about 6 years ago)
- Last Synced: 2025-03-06T18:36:48.140Z (over 1 year ago)
- Language: C++
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Single Producer Single Consumer Lockless Q
Produce and consume bytes, without locking.
Supports only one producing thread and one consuming thread.