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

Method getTotalNumberOfActiveHandle

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

Source from the content-addressed store, hash-verified

1567}
1568
1569int SC::AsyncEventLoop::Internal::getTotalNumberOfActiveHandle() const
1570{
1571 return numberOfActiveHandles + numberOfExternals;
1572}
1573
1574SC::Result SC::AsyncEventLoop::Internal::completeAndReactivateOrTeardown(AsyncEventLoop& eventLoop,
1575 KernelEvents& kernelEvents,

Callers 2

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected