vcpkg/ports/atomic-queue/vcpkg.json
Michael Heyman f5b1b96dda
[atomic-queue]: available in vcpkg! (#17953)
Co-authored-by: Michael Heyman <Michael.Heyman@jhuapl.edu>
2021-05-18 15:24:38 -07:00

7 lines
289 B
JSON

{
"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"
}