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

Method final_suspend

tests/Issue679.cpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 Promise() = default;
17 std::suspend_always initial_suspend() { return {}; }
18 std::suspend_always final_suspend() noexcept { return {}; }
19 void unhandled_exception() { std::rethrow_exception(std::current_exception()); }
20
21 std::suspend_always yield_value(const char* value) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected