IOExecutor accepts IO read/write requests. Return nullptr if the executor doesn't offer an IOExecutor.
| 166 | // IOExecutor accepts IO read/write requests. |
| 167 | // Return nullptr if the executor doesn't offer an IOExecutor. |
| 168 | virtual IOExecutor *getIOExecutor() { |
| 169 | throw std::logic_error("Not implemented"); |
| 170 | } |
| 171 | |
| 172 | protected: |
| 173 | virtual void schedule(Func func, Duration dur) { |
no outgoing calls
no test coverage detected