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