[*] Ensure the other fast paths work properly

This commit is contained in:
Reece Wilson 2023-10-22 06:17:32 +01:00
parent 591c0fe48b
commit fb1920ccba

View File

@ -238,6 +238,11 @@ namespace Aurora::IO::Loop
AuList<AuSPtr<ILoopSourceEx>> loopSourceExs;
AuList<AuSPtr<ILoopSource>> triggered;
if (objects.empty())
{
return {};
}
bTimeout = false;
auto pQueue = AuLoop::NewLoopQueue();