Searched defs:suspend_never (Results 1 – 2 of 2) sorted by relevance
24 struct suspend_never { struct26 constexpr bool await_ready() const noexcept { return true; } in await_ready()28 constexpr void await_suspend(coroutine_handle<>) const noexcept {} in await_suspend()30 constexpr void await_resume() const noexcept {} in await_resume()
15 struct suspend_never { struct16 bool await_ready() { return true; } in await_ready()17 void await_suspend() {} in await_suspend()18 void await_resume() {} in await_resume()