HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
hi
v1
compatible_cancelable_async_task_progress
hi::v1::compatible_cancelable_async_task_progress Concept Reference
Concept definition
template
<
typename
ResultType,
typename
FuncType,
typename
... ArgTypes>
concept
compatible_cancelable_async_task_progress
=
requires
(FuncType f,
progress_token
pt, ArgTypes... args) {
{
f(pt, args...)
} -> std::same_as<task<ResultType>>;
}
hi::v1::progress_token
Token to pass to a function to report its progress.
Definition
progress.hpp:23
hi::v1::compatible_cancelable_async_task_progress
Definition
async_task.hpp:155
Generated on
for HikoGUI by
1.16.1