vcpkg/ports/atomic-queue/vcpkg.json
2024-09-23 15:25:00 -04:00

8 lines
299 B
JSON

{
"name": "atomic-queue",
"version": "1.6.4",
"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",
"license": "MIT"
}