|
HikoGUI
A low latency retained GUI
|
Check if type can be directly or indirectly co_await on. More...
#include <hikogui/concepts.hpp>
Check if type can be directly or indirectly co_await on.
The type needs to have the following member functions: await_ready(), await_suspend() and await_resume(). Or implement operator co_await().