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

Method startMonitoring

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

Source from the content-addressed store, hash-verified

1185}
1186
1187SC::Result SC::AsyncEventLoopMonitor::startMonitoring()
1188{
1189 // Submit all requests made so far before entering polling mode
1190 SC_TRY(eventLoop->submitRequests(asyncKernelEvents));
1191 eventObjectEnterBlockingMode.signal();
1192 return Result(true);
1193}
1194
1195SC::Result SC::AsyncEventLoopMonitor::monitoringLoopThread(Thread& thread)
1196{

Callers 1

Calls 3

submitRequestsMethod · 0.80
ResultClass · 0.70
signalMethod · 0.45

Tested by

no test coverage detected