7#include "awaitable_timer_intf.hpp"
8#include "loop_win32_intf.hpp"
9#include "../macros.hpp"
14hi_export_module(hikogui.dispatch : awaitable_timer_impl);
18hi_inline
void awaitable_timer::await_suspend(std::coroutine_handle<> handle)
noexcept
20 _callback = loop::local().delay_function(_deadline, [=]() {
DOXYGEN BUG.
Definition algorithm_misc.hpp:20
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:378