add threading (#2069)

This commit is contained in:
Miran 2021-11-22 10:57:56 +01:00 committed by GitHub
parent bf9d959232
commit aa424c2ed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -979,6 +979,23 @@
"license": "MIT",
"web": "https://github.com/nim-lang/c2nim"
},
{
"name": "threading",
"url": "https://github.com/nim-lang/threading",
"method": "git",
"tags": [
"threading",
"threads",
"arc",
"orc",
"atomics",
"channels",
"smartptrs"
],
"description": "New atomics, thread primitives, channels and atomic refcounting for --gc:arc/orc.",
"license": "MIT",
"web": "https://github.com/nim-lang/threading"
},
{
"name": "pas2nim",
"url": "https://github.com/nim-lang/pas2nim",