Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
Own<QEvent> EventQueue::poll() {
27
QEvent* event = nullptr;
28
_queue.try_dequeue(event);
29
return MakeOwn(event);
30
}
31
32
NS_DORA_END
Callers
6
run
Method · 0.45
mainLogic
Method · 0.45
run
Method · 0.45
runInMainSync
Method · 0.45
cancel
Method · 0.45
pollWorkerEvent
Method · 0.45
Calls
2
MakeOwn
Function · 0.85
try_dequeue
Method · 0.80
Tested by
no test coverage detected