mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
Make event loops able to be run in another thread
This commit is contained in:
+1
-1
@@ -153,7 +153,7 @@ int main() {
|
||||
if(ChannelListProcessTimer.Check())
|
||||
ChannelList->Process();
|
||||
|
||||
EQ::EventLoop::Get().Process();
|
||||
EQ::EventLoop::GetDefault().Process();
|
||||
|
||||
Sleep(5);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user