|
HikoGUI
A low latency retained GUI
|
Check if the type can be co_awaited on after conversion with awaitable_cast.
More...
#include <hikogui/coroutine/awaitable.hpp>
Check if the type can be co_awaited on after conversion with awaitable_cast.
The type needs to do one of the following:
await_ready(), await_suspend() and await_resume().operator co_await().operator co_await().hi::awaitable_cast.