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

https://github.com/cloudnoize/elmtq

Templated Multithreaded queue
https://github.com/cloudnoize/elmtq

Last synced: 2 months ago
JSON representation

Templated Multithreaded queue

Awesome Lists containing this project

README

          

# elmtq
Basic thread safe queue, blocks on push and pop if no space or data available.
size and type can be set by the template args.