LeviLamina
|
Public Member Functions | |
template<class R , class P > | |
constexpr | SleepAwaiter (std::chrono::duration< R, P > dur, ExecutorRef exec=nullptr) |
template<class C , class D > | |
constexpr | SleepAwaiter (std::chrono::time_point< C, D > time, ExecutorRef exec=nullptr) |
constexpr void | setExecutor (ExecutorRef ex) |
constexpr bool | await_ready () const noexcept |
void | await_suspend (std::coroutine_handle<> handle) |
constexpr void | await_resume () const noexcept |