mirror of
https://github.com/logos-messaging/packages.git
synced 2026-08-25 01:41:14 +00:00
add threading (#2069)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user