MCPcopy Create free account
hub / github.com/Extra-Creativity/Modern-Cpp-Basics / Start

Method Start

14-Advanced Concurrency/code/SymTransfer.cpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 return { coroHandle_ };
54 }
55 void Start() { coroHandle_.resume(); }
56};
57
58auto Task::promise_type::final_suspend() noexcept

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected