common/thread_worker: Add support for stateful threads

This commit is contained in:
ReinUsesLisp
2021-05-25 20:37:06 -03:00
parent c147e9a90e
commit da34d37044
3 changed files with 86 additions and 78 deletions

View File

@ -180,7 +180,6 @@ add_library(common STATIC
thread.cpp
thread.h
thread_queue_list.h
thread_worker.cpp
thread_worker.h
threadsafe_queue.h
time_zone.cpp