Home
last modified time | relevance | path

Searched defs:suspend_never (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__coroutine/
H A Dtrivial_awaitables.h24 struct suspend_never { struct
25 _LIBCPP_HIDE_FROM_ABI constexpr bool await_ready() const noexcept { return true; } in await_ready()
26 _LIBCPP_HIDE_FROM_ABI constexpr void await_suspend(coroutine_handle<>) const noexcept {} in await_suspend()
27 _LIBCPP_HIDE_FROM_ABI constexpr void await_resume() const noexcept {} in await_resume()