Add rwlocks (#2420)

This commit is contained in:
Tobias Dély 2022-12-01 20:23:24 +00:00 committed by GitHub
parent d393378495
commit 2f883c8287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22522,6 +22522,21 @@
"license": "MIT",
"web": "https://github.com/tdely/nimflux"
},
{
"name": "rwlocks",
"url": "https://github.com/tdely/nim-rwlocks",
"method": "git",
"tags": [
"lock",
"mrsw",
"multi-reader",
"single-writer",
"readers-writer"
],
"description": "Readers-writer (MRSW) lock",
"license": "MIT",
"web": "https://github.com/tdely/nim-rwlocks"
},
{
"name": "moss_nim",
"url": "https://github.com/D4D3VD4V3/moss_nim",