mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-18 19:12:44 +03:00
feat(event): run event scheduler on Linux
This commit is contained in:
parent
2aa3bd3d04
commit
051d104ff7
@ -112,7 +112,7 @@ void IEvtSchedulerInitialize(int32_t threadCount, int32_t netServer) {
|
||||
}
|
||||
|
||||
void IEvtSchedulerProcess() {
|
||||
#if defined(WHOA_SYSTEM_WIN)
|
||||
#if defined(WHOA_SYSTEM_WIN) || defined(WHOA_SYSTEM_LINUX)
|
||||
Event::s_startEvent.Set();
|
||||
|
||||
SchedulerThreadProc(reinterpret_cast<void*>(1));
|
||||
|
Loading…
Reference in New Issue
Block a user