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