MCPcopy Create free account
hub / github.com/alibaba/async_simple / getIOExecutor

Method getIOExecutor

async_simple/Executor.h:168–170  ·  view source on GitHub ↗

IOExecutor accepts IO read/write requests. Return nullptr if the executor doesn't offer an IOExecutor.

Source from the content-addressed store, hash-verified

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
172protected:
173 virtual void schedule(Func func, Duration dur) {

Callers 3

Uthread_read_someFunction · 0.45
Lazy_same_read_benchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected