mirror of
https://github.com/taurusxin/ncmdump.git
synced 2025-07-13 21:12:10 +08:00
Reverse
This commit is contained in:
parent
27b560c67e
commit
7fc61b028e
@ -15,7 +15,7 @@ class ThreadPool
|
||||
{
|
||||
public:
|
||||
ThreadPool():
|
||||
thread_num_(std::thread::hardware_concurrency() * 2),
|
||||
thread_num_(std::thread::hardware_concurrency()),
|
||||
is_running_(false) {}
|
||||
|
||||
~ThreadPool() noexcept
|
||||
|
@ -18,8 +18,8 @@
|
||||
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
cxxpool::ThreadPool thread_pool;
|
||||
cxxlog::Logger logger;
|
||||
static cxxpool::ThreadPool thread_pool;
|
||||
static cxxlog::Logger logger;
|
||||
|
||||
void processFileTask(fs::path filePath, fs::path outputFolder)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user