Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__coroutine/
H A Dtrivial_awaitables.h26 constexpr bool await_ready() const noexcept { return true; } await_ready() function
35 constexpr bool await_ready() const noexcept { return false; } await_ready() function