mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:19:00 +08:00
8 lines
299 B
JSON
8 lines
299 B
JSON
{
|
|
"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.",
|
|
"homepage": "https://github.com/max0x7ba/atomic_queue",
|
|
"license": "MIT"
|
|
}
|