From aa424c2ed6a11c76e396d7c968513cbc48dcce3d Mon Sep 17 00:00:00 2001 From: Miran Date: Mon, 22 Nov 2021 10:57:56 +0100 Subject: [PATCH] add threading (#2069) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index d82da64..e644a8b 100644 --- a/packages.json +++ b/packages.json @@ -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",