HikoGUI
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()
.