| 156 | bool SC::AsyncRequest::isActive() const { return state == State::Active or state == State::Reactivate; } |
| 157 | |
| 158 | SC::Result SC::AsyncRequest::start(AsyncEventLoop& eventLoop) { return eventLoop.start(*this); } |
| 159 | |
| 160 | //------------------------------------------------------------------------------------------------------- |
| 161 | // AsyncResult |
no test coverage detected