An open API service indexing awesome lists of open source software.

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

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.