Open GuillaumeDua opened 8 months ago
See pocs here: https://godbolt.org/z/svarrWzMf
Transform values of std::invocable<F, ..., stop_token, ...>, Args... into std::invocable<std::stop_token>
std::invocable<F, ..., stop_token, ...>, Args...
std::invocable<std::stop_token>
operator()
std::function
noexcept
const
&/&&
csl::mp
Access function -> https://godbolt.org/z/qqo4vr3ed
See pocs here: https://godbolt.org/z/svarrWzMf
Transform values of
std::invocable<F, ..., stop_token, ...>, Args...
intostd::invocable<std::stop_token>
What remains to do ?
Abstraction
operator()
std::function
-> conditionalynoexcept
,const
,&/&&
call-operatoroperator()
.Execution
Dependencies
csl::mp
Access function -> https://godbolt.org/z/qqo4vr3ed