common: ThreadWorker: Add class to help do asynchronous work.

This commit is contained in:
bunnei 2020-12-29 16:36:35 -08:00
parent c192da3f82
commit 69e82d01d5
3 changed files with 90 additions and 0 deletions

View file

@ -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