diff options
author | bunnei <bunneidev@gmail.com> | 2020-12-29 16:36:35 -0800 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2020-12-29 16:46:29 -0800 |
commit | 69e82d01d5012c0078f65a294ecbb7118707f73c (patch) | |
tree | d8bac45fa91904abec67a0d76c29e4f7e3aeaab8 /src/common/CMakeLists.txt | |
parent | c192da3f82ea3b2563ce43a340c88ac9a6602f26 (diff) |
common: ThreadWorker: Add class to help do asynchronous work.
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 943ff996e..5c8003eb1 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -162,6 +162,8 @@ add_library(common STATIC thread.cpp thread.h thread_queue_list.h + thread_worker.cpp + thread_worker.h threadsafe_queue.h time_zone.cpp time_zone.h |