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

Method isFree

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

Source from the content-addressed store, hash-verified

150}
151
152bool SC::AsyncRequest::isFree() const { return state == State::Free; }
153
154bool SC::AsyncRequest::isCancelling() const { return state == State::Cancelling; }
155

Calls

no outgoing calls