Browse Source

chore: update thread pool library

master
Dnomd343 9 months ago
parent
commit
717fad844b
  1. 6
      .gitmodules
  2. 1
      third_party/thread-pool
  3. 1
      third_party/tiny_thread_pool

6
.gitmodules

@ -1,12 +1,12 @@
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/tiny_thread_pool"]
path = third_party/tiny_thread_pool
url = https://github.com/dnomd343/tiny_thread_pool.git
[submodule "third_party/abseil-cpp"]
path = third_party/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git
[submodule "third_party/md5sum"]
path = third_party/md5sum
url = https://github.com/dnomd343/md5sum.git
[submodule "third_party/thread-pool"]
path = third_party/thread-pool
url = https://github.com/bshoshany/thread-pool.git

1
third_party/thread-pool

@ -0,0 +1 @@
Subproject commit cabb3df5876c9a6824b07fcb0ff73d4a0e506ca0

1
third_party/tiny_thread_pool

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