vcpkg/ports/atomic-queue/vcpkg.json

8 lines
299 B
JSON
Raw Normal View History

{
"name": "atomic-queue",
"version": "1.6.5",
"description": "Minimalistic header-only thread-safe ultra-low-latency multiple-producer-multiple-consumer lockless queues based on circular buffer with std::atomic.",
2023-12-20 21:29:28 +01:00
"homepage": "https://github.com/max0x7ba/atomic_queue",
"license": "MIT"
}