HikoGUI
Select Version: ⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
|
Check if type can be directly co_await on. More...
#include <hikogui/dispatch/awaitable.hpp>
Check if type can be directly co_await on.
The type needs to have the following member functions: await_ready()
, await_suspend()
and await_resume()
.