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

Method await_resume

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected