mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(event): run event scheduler on Linux
This commit is contained in:
parent
2aa3bd3d04
commit
051d104ff7
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ void IEvtSchedulerInitialize(int32_t threadCount, int32_t netServer) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void IEvtSchedulerProcess() {
|
void IEvtSchedulerProcess() {
|
||||||
#if defined(WHOA_SYSTEM_WIN)
|
#if defined(WHOA_SYSTEM_WIN) || defined(WHOA_SYSTEM_LINUX)
|
||||||
Event::s_startEvent.Set();
|
Event::s_startEvent.Set();
|
||||||
|
|
||||||
SchedulerThreadProc(reinterpret_cast<void*>(1));
|
SchedulerThreadProc(reinterpret_cast<void*>(1));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue