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

Method wakeUp

Libraries/Async/Async.cpp:264–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262SC::Result SC::AsyncLoopWakeUp::validate(AsyncEventLoop&) { return SC::Result(true); }
263
264SC::Result SC::AsyncLoopWakeUp::wakeUp(AsyncEventLoop& eventLoop) { return eventLoop.wakeUpFromExternalThread(*this); }
265
266int32_t SC::AsyncLoopWakeUp::consumePendingWakeUps()
267{

Calls 1

Tested by

no test coverage detected