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

Method getLoopTime

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

Source from the content-addressed store, hash-verified

1043SC::Result SC::AsyncEventLoop::removeAllAssociationsForFileDescriptorHandle(FileDescriptor::Handle handle)
1044{
1045 return Internal::KernelQueue::removeAllAssociationsForFileDescriptorHandle(handle);
1046}
1047
1048void SC::AsyncEventLoop::updateTime() { return internal.updateTime(); }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected