Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ pollWorkerEvent
Method
pollWorkerEvent
Source/Common/Async.cpp:196–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
}
195
196
Own<QEvent> Async::pollWorkerEvent() {
197
return _workerEvent.poll();
198
}
199
200
void Async::notifyWorker() {
201
if (isPoolWorker()) {
Callers
2
work
Method · 0.80
popTask
Method · 0.80
Calls
1
poll
Method · 0.45
Tested by
no test coverage detected