Here comes he RunT!
This commit is contained in:
4
Sources/global_thread_pool.cpp
Normal file
4
Sources/global_thread_pool.cpp
Normal file
@ -0,0 +1,4 @@
|
||||
#include "global_thread_pool.h"
|
||||
|
||||
std::unique_ptr<ThreadPool> GlobalThreadPool::instance_;
|
||||
std::once_flag GlobalThreadPool::initialized_;
|
||||
Reference in New Issue
Block a user