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

Method stop

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

Source from the content-addressed store, hash-verified

145}
146
147SC::Result SC::AsyncRequest::stop(AsyncEventLoop& eventLoop, Function<void(AsyncResult&)>* onClose)
148{
149 return eventLoop.internal.stop(eventLoop, *this, onClose);
150}
151
152bool SC::AsyncRequest::isFree() const { return state == State::Free; }
153

Callers 15

startMethod · 0.45
asyncGetMethod · 0.45
asyncConcurrentGetsMethod · 0.45
asyncDownloadLargeMethod · 0.45
asyncUploadPipelineMethod · 0.45
onClientMethod · 0.45
onConnectedMethod · 0.45
cleanupMethod · 0.45
onTimeoutMethod · 0.45
cleanupMethod · 0.45
customMimeLookupMethod · 0.45

Calls 8

stopFunction · 0.85
TypeToStringClass · 0.85
isFreeMethod · 0.80
ResultClass · 0.70
ErrorEnum · 0.50
getMethod · 0.45
removeMethod · 0.45
queueBackMethod · 0.45

Tested by 15

startMethod · 0.36
asyncGetMethod · 0.36
asyncConcurrentGetsMethod · 0.36
asyncDownloadLargeMethod · 0.36
asyncUploadPipelineMethod · 0.36
onClientMethod · 0.36
onConnectedMethod · 0.36
cleanupMethod · 0.36
onTimeoutMethod · 0.36
cleanupMethod · 0.36
customMimeLookupMethod · 0.36