MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / findEventLoop

Method findEventLoop

Libraries/Await/Await.cpp:777–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

775}
776
777AwaitEventLoop* AwaitTask::Promise::findEventLoop() { return nullptr; }
778
779AwaitEventLoop* AwaitTask::Promise::findEventLoop(AwaitEventLoop& await) { return &await; }
780

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected