Added package lockfreequeues (#1547)

This commit is contained in:
Elijah Shaw-Rutschman 2020-07-05 11:27:24 -05:00 committed by GitHub
parent 97a78b4e4e
commit b412dc4610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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