mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-07 16:43:09 +00:00
Update tags, description, and doc link for lockfreequeues (#1588)
This commit is contained in:
parent
86968ed7d5
commit
e07251cc3e
@ -18651,15 +18651,23 @@
|
|||||||
"url": "https://github.com/elijahr/lockfreequeues",
|
"url": "https://github.com/elijahr/lockfreequeues",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": [
|
"tags": [
|
||||||
|
"spsc",
|
||||||
|
"mpsc",
|
||||||
|
"mpmc",
|
||||||
"queue",
|
"queue",
|
||||||
|
"lockfree",
|
||||||
|
"lock-free",
|
||||||
|
"waitfree",
|
||||||
|
"wait-free",
|
||||||
|
"circularbuffer",
|
||||||
"circular-buffer",
|
"circular-buffer",
|
||||||
"ring-buffer",
|
"ring-buffer",
|
||||||
"spsc",
|
"ringbuffer"
|
||||||
"lock-free"
|
|
||||||
],
|
],
|
||||||
"description": "Single-producer, single-consumer, lock-free queue implementations for Nim.",
|
"description": "Lock-free queue implementations for Nim.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/elijahr/lockfreequeues"
|
"web": "https://github.com/elijahr/lockfreequeues",
|
||||||
|
"doc": "https://elijahr.github.io/lockfreequeues/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "shene",
|
"name": "shene",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user