MCPcopy 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
196Own<QEvent> Async::pollWorkerEvent() {
197 return _workerEvent.poll();
198}
199
200void Async::notifyWorker() {
201 if (isPoolWorker()) {

Callers 2

workMethod · 0.80
popTaskMethod · 0.80

Calls 1

pollMethod · 0.45

Tested by

no test coverage detected