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

Method isActive

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

Source from the content-addressed store, hash-verified

154bool SC::AsyncRequest::isCancelling() const { return state == State::Cancelling; }
155
156bool SC::AsyncRequest::isActive() const { return state == State::Active or state == State::Reactivate; }
157
158SC::Result SC::AsyncRequest::start(AsyncEventLoop& eventLoop) { return eventLoop.start(*this); }
159

Callers 1

invokeExpiredTimersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected