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

Method await_ready

test/coroutine/test_task.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57 }
58 bool await_ready() noexcept {
59 return false;
60 }
61 ::std::coroutine_handle<> await_suspend(
62 ::std::coroutine_handle<> awaiter) noexcept {
63 handle.promise().awaiter = awaiter;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected