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

Method isInitialized

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

Source from the content-addressed store, hash-verified

911void SC::AsyncEventLoop::interrupt() { internal.interrupted = true; }
912
913bool SC::AsyncEventLoop::isInitialized() const { return internal.initialized; }
914
915bool SC::AsyncEventLoop::needsThreadPoolForFileOperations() const
916{

Callers 3

initAndCloseMethod · 0.45

Calls

no outgoing calls

Tested by 3

initAndCloseMethod · 0.36