Browse Source

chore: update tiny thread pool

master
Dnomd343 1 year ago
parent
commit
64d9f8094c
  1. 3
      test/group/group_info.cc
  2. 2
      third_party/tiny_thread_pool

3
test/group/group_info.cc

@ -68,8 +68,7 @@ TEST(Group, group_info) {
for (uint32_t type_id = 0; type_id < TYPE_ID_LIMIT; ++type_id) {
pool.submit(test, GroupType(type_id));
}
pool.boot();
pool.join();
pool.boot().join();
}
// TODO: add group_info FAST mode

2
third_party/tiny_thread_pool

@ -1 +1 @@
Subproject commit 40068b99d6406ec0d0418773f0080c2ee247f165
Subproject commit e64e6047f1d4203576fe5fb37a8222630a6d0506
Loading…
Cancel
Save