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

Method await_ready

tests/EduCoroutineCoAwaitOperatorTest.cpp:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 {}
40
41 bool await_ready() const { return duration.count() <= 0; }
42 void await_resume() {}
43 void await_suspend(std::coroutine_handle<> h) { }
44 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected