HikoGUI
Select Version:
⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
hi::v1::compatible_cancelable_async_function_stop_and_progress Concept Reference

Concept definition

template<typename ResultType, typename FuncType, typename... ArgTypes>
requires(FuncType f, std::stop_token st, progress_token pt, ArgTypes... args) {
{
f(st, pt, args...)
} -> std::same_as<ResultType>;
}