mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-25 15:27:55 -05:00
common: ThreadWorker: Add class to help do asynchronous work.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user