Update tags, description, and doc link for lockfreequeues (#1588)

This commit is contained in:
Elijah Shaw-Rutschman 2020-08-10 00:28:24 -05:00 committed by GitHub
parent 86968ed7d5
commit e07251cc3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",