Browse Source

chore: add thread pool as git submodule

master
Dnomd343 1 year ago
parent
commit
f708daee56
  1. 3
      .gitmodules
  2. 1
      third_party/tiny_thread_pool

3
.gitmodules

@ -4,3 +4,6 @@
[submodule "third_party/md5"]
path = third_party/md5
url = https://github.com/ulwanski/md5.git
[submodule "third_party/tiny_thread_pool"]
path = third_party/tiny_thread_pool
url = https://github.com/dnomd343/tiny_thread_pool.git

1
third_party/tiny_thread_pool

@ -0,0 +1 @@
Subproject commit 77351b1aace75c17b5163ea1d2940f665d7ed400
Loading…
Cancel
Save