HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
hi
v1
compatible_cancelable_async_function_stop_and_progress
hi::v1::compatible_cancelable_async_function_stop_and_progress Concept Reference
Concept definition
template
<
typename
ResultType,
typename
FuncType,
typename
... ArgTypes>
concept
hi::v1::compatible_cancelable_async_function_stop_and_progress
=
requires
(FuncType f, std::stop_token st, progress_token pt, ArgTypes... args) {
{
f(st, pt, args...)
} -> std::same_as<ResultType>;
}
hi::v1::compatible_cancelable_async_function_stop_and_progress
Definition
async_task.hpp:133
Generated on Mon Apr 22 2024 12:51:40 for HikoGUI by
1.10.0