mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-02 22:23:06 +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",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"spsc",
|
||||
"mpsc",
|
||||
"mpmc",
|
||||
"queue",
|
||||
"lockfree",
|
||||
"lock-free",
|
||||
"waitfree",
|
||||
"wait-free",
|
||||
"circularbuffer",
|
||||
"circular-buffer",
|
||||
"ring-buffer",
|
||||
"spsc",
|
||||
"lock-free"
|
||||
"ringbuffer"
|
||||
],
|
||||
"description": "Single-producer, single-consumer, lock-free queue implementations for Nim.",
|
||||
"description": "Lock-free queue implementations for Nim.",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/elijahr/lockfreequeues"
|
||||
"web": "https://github.com/elijahr/lockfreequeues",
|
||||
"doc": "https://elijahr.github.io/lockfreequeues/"
|
||||
},
|
||||
{
|
||||
"name": "shene",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user