Searched defs:coroutine (Results 1 – 3 of 3) sorted by relevance
11 struct coroutine { struct13 std::coroutine_handle<promise_type> handle; argument14 ~coroutine() { in ~coroutine() argument
6 struct coroutine : std::coroutine_handle<promise> { struct12 coroutine get_return_object(); argument
43 coroutine section in Terminology [all...]