Added package lockfreequeues (#1547)

This commit is contained in:
Elijah Shaw-Rutschman
2020-07-05 18:27:24 +02:00
committed by GitHub
parent 97a78b4e4e
commit b412dc4610
+15
View File
@@ -18573,6 +18573,21 @@
"license": "MIT",
"web": "https://github.com/momeemt/Unit"
},
{
"name": "lockfreequeues",
"url": "https://github.com/elijahr/lockfreequeues",
"method": "git",
"tags": [
"queue",
"circular-buffer",
"ring-buffer",
"spsc",
"lock-free"
],
"description": "Single-producer, single-consumer, lock-free queue implementations for Nim.",
"license": "MIT",
"web": "https://github.com/elijahr/lockfreequeues"
},
{
"name": "shene",
"url": "https://github.com/xflywind/shene",