vcpkg/ports/atomic-queue/vcpkg.json
2023-12-20 12:29:28 -08:00

8 lines
297 B
JSON

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