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

Function AsyncLoopWakeUp

Libraries/Async/Async.h:384–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382///
383/// An EventObject can be wait-ed to synchronize further actions from the thread invoking the wake up request, ensuring
384/// that the callback has finished its execution.
385///
386/// \snippet Tests/Libraries/Async/AsyncTest.cpp AsyncLoopWakeUpSnippet2
387struct SC_ASYNC_EXPORT AsyncLoopWakeUp : public AsyncRequest

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected