ecode: Added sol format support.

Added new option for the ThreadPool.
This commit is contained in:
Martín Lucas Golini
2021-11-10 19:54:21 -03:00
parent 21e8ae53af
commit 63d998656d
7 changed files with 44 additions and 1092 deletions

View File

@@ -370,7 +370,7 @@ void App::onTextDropped( String text ) {
}
}
App::App() : mThreadPool( ThreadPool::createShared( eemax<int>( 2, Sys::getCPUCount() ) ) ) {}
App::App() : mThreadPool( ThreadPool::createShared( eemax<int>( 2, Sys::getCPUCount() ), true ) ) {}
App::~App() {
if ( mFileWatcher )