Added package lockfreequeues (#1547)
This commit is contained in:
parent
97a78b4e4e
commit
b412dc4610
1 changed files with 15 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue