7#include "awaitable_timer_intf.hpp"
9#include "../macros.hpp"
11hi_export_module(hikogui.dispatch.awaitable_timer : impl);
13namespace hi::inline
v1 {
15inline void awaitable_timer::await_suspend(std::coroutine_handle<> handle)
noexcept
17 _token = loop::local().delay_function(_deadline, [handle =
std::move(handle)]() {
DOXYGEN BUG.
Definition algorithm.hpp:16