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

Method needsThreadPoolForFileOperations

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

Source from the content-addressed store, hash-verified

913bool SC::AsyncEventLoop::isInitialized() const { return internal.initialized; }
914
915bool SC::AsyncEventLoop::needsThreadPoolForFileOperations() const
916{
917 return internal.kernelQueue.get().needsThreadPoolForFileOperations();
918}
919
920SC::Result SC::AsyncEventLoop::runOnce() { return internal.runStep(*this, Internal::SyncMode::ForcedForwardProgress); }
921

Callers 15

customMimeLookupMethod · 0.45
uploadPolicyMethod · 0.45
uploadsDisabledMethod · 0.45
httpFileServerTestMethod · 0.45
putSpanBodyMethod · 0.45
requestOptionsMethod · 0.45
putStreamBodyMethod · 0.45
multipartUploadMethod · 0.45
fileCompressRemoteMethod · 0.45
startMethod · 0.45
startMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 10

customMimeLookupMethod · 0.36
uploadPolicyMethod · 0.36
uploadsDisabledMethod · 0.36
httpFileServerTestMethod · 0.36
putSpanBodyMethod · 0.36
requestOptionsMethod · 0.36
putStreamBodyMethod · 0.36
multipartUploadMethod · 0.36
fileCompressRemoteMethod · 0.36