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

Method markAsFree

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

Source from the content-addressed store, hash-verified

123}
124
125void SC::AsyncRequest::markAsFree()
126{
127 state = AsyncRequest::State::Free;
128 flags = 0;
129}
130
131void SC::AsyncRequest::queueSubmission(AsyncEventLoop& eventLoop) { eventLoop.internal.queueSubmission(*this); }
132

Callers 3

clearSequenceMethod · 0.80
completeCancellationMethod · 0.80
reportErrorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected