|
HikoGUI
A low latency retained GUI
|
Public Types | |
| using | result_type = void |
| using | async_result_type = std::invoke_result_t<Function, Arguments...> |
Public Member Functions | |
| template<typename Func > | |
| async_function_impl (Func &&func) noexcept | |
| void | operator() (Arguments... arguments) override |
| std::future< async_result_type > | get_future () noexcept |