blob: 7e7cbe56fa75f0bffdbfd260c4a6befe82b8c7fa (
plain)
1
2
3
4
5
6
|
{
"name": "atomic-queue",
"version-date": "2021-05-03",
"description": "Minimalistic header-only thread-safe ultra-low-latency multiple-producer-multiple-consumer lockless queues based on circular buffer with std::atomic.",
"homepage": "https://github.com/max0x7ba/atomic_queue"
}
|