MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / initial_suspend

Method initial_suspend

test/source/tests/task_tests.cpp:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 }
128
129 suspend_always initial_suspend() const noexcept {
130 return {};
131 }
132
133 suspend_never final_suspend() const noexcept {
134 return {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected