[+] Try/catch around SysPump under async sched
This commit is contained in:
parent
a02bb0aabd
commit
59ea8d1c3d
@ -58,7 +58,14 @@ namespace Aurora::Async
|
||||
|
||||
static void PumpSysThread()
|
||||
{
|
||||
RuntimeSysPump();
|
||||
try
|
||||
{
|
||||
RuntimeSysPump();
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
SysPushErrorCatch("SysPump failed");
|
||||
}
|
||||
gLockedPump = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user