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

Method await_resume

test/coroutine/test_task.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 return handle;
65 }
66 inline T await_resume() noexcept {
67 return ::std::move(handle.promise().value);
68 }
69 ::std::coroutine_handle<promise_type> handle;
70};
71

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected