From 2cc11a162da504548ac40aabac6e0294a94bffad Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Fri, 15 Sep 2023 17:22:33 -0600 Subject: [PATCH] Adding threading module from nim-lang License: MIT Signed-off-by: Dmitriy Ryajov --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index 386b4721..b044f935 100644 --- a/.gitmodules +++ b/.gitmodules @@ -196,3 +196,5 @@ [submodule "vendor/threading"] path = vendor/threading url = https://github.com/nim-lang/threading.git + ignore = untracked + branch = master