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

Method includeInActiveCount

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

Source from the content-addressed store, hash-verified

1085SC::Result SC::AsyncEventLoop::removeAllAssociationsForFileDescriptorHandle(FileDescriptor::Handle handle)
1086{
1087 return Internal::KernelQueue::removeAllAssociationsForFileDescriptorHandle(handle);
1088}
1089
1090void SC::AsyncEventLoop::updateTime() { return internal.updateTime(); }
1091
1092SC::TimeMs SC::AsyncEventLoop::getLoopTime() const { return internal.loopTime; }
1093
1094int SC::AsyncEventLoop::getNumberOfActiveRequests() const { return internal.getTotalNumberOfActiveHandle(); }
1095
1096int SC::AsyncEventLoop::getNumberOfSubmittedRequests() const { return internal.numberOfSubmissions; }
1097
1098SC::AsyncLoopTimeout* SC::AsyncEventLoop::findEarliestLoopTimeout() const
1099{
1100 // activeLoopTimeouts are ordered by expiration time

Calls 1

isFreeMethod · 0.80