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

Method awaiter

tests/EduCoroutineStaticVarTest.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 Scheduler* _sched;
30
31 explicit awaiter(Scheduler& sched)
32 : _sched{&sched}
33 {}
34 void await_suspend(std::coroutine_handle<> coro) const noexcept;
35};
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected