|
Corium 1.1.0
High-Performance Zero-Heap C++20 MPSC Application Runtime
|
Awaitable that pauses the coroutine thread for the specified duration. More...
#include <Delay.hpp>
Collaboration diagram for corium::async::DelayAwaiter< Rep, Period >:Public Member Functions | |
| constexpr bool | await_ready () const noexcept |
| constexpr void | await_resume () const noexcept |
| void | await_suspend (std::coroutine_handle<> handle) const |
Public Attributes | |
| std::chrono::duration< Rep, Period > | duration |
Awaitable that pauses the coroutine thread for the specified duration.
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inline |
| std::chrono::duration<Rep, Period> corium::async::DelayAwaiter< Rep, Period >::duration |