MCPcopy Create free account
hub / github.com/baidu/babylon / await_resume

Method await_resume

test/coroutine/test_task.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 return awaiter;
21 }
22 void await_resume() noexcept {
23 return;
24 }
25 ::std::coroutine_handle<> awaiter;
26 };
27 struct promise_type {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected