MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / poll

Method poll

Source/Event/EventQueue.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26Own<QEvent> EventQueue::poll() {
27 QEvent* event = nullptr;
28 _queue.try_dequeue(event);
29 return MakeOwn(event);
30}
31
32NS_DORA_END

Callers 6

runMethod · 0.45
mainLogicMethod · 0.45
runMethod · 0.45
runInMainSyncMethod · 0.45
cancelMethod · 0.45
pollWorkerEventMethod · 0.45

Calls 2

MakeOwnFunction · 0.85
try_dequeueMethod · 0.80

Tested by

no test coverage detected