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

Method checkout

async_simple/uthread/test/UthreadTest.cpp:148–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146public:
147 bool currentThreadInExecutor() const override { return true; }
148 Context checkout() override { return NULLCTX; }
149 bool checkin(Func func, Context ctx, ScheduleOptions opts) override {
150 return schedule(std::move(func));
151 }

Callers 5

awaitFunction · 0.45
Async.hFile · 0.45
joinMethod · 0.45
await_suspendMethod · 0.45
await_suspendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected