MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / await_ready

Method await_ready

tests/EduCoroutineExprTest.cpp:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 struct awaiter
56 {
57 bool await_ready() { return false; }
58 T await_resume() { return std::move(coro.promise().result); }
59 auto await_suspend(std::coroutine_handle<> h)
60 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected