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

Method initial_suspend

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

Source from the content-addressed store, hash-verified

15
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected