[*] Ensure the other fast paths work properly
This commit is contained in:
parent
591c0fe48b
commit
fb1920ccba
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user