HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Types | Public Member Functions
v1::detail::async_function_impl< Function, void(Arguments...)> Class Template Referencefinal
Inheritance diagram for v1::detail::async_function_impl< Function, void(Arguments...)>:
v1::function< void(Arguments...)>

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
 

The documentation for this class was generated from the following file: