GuillaumeDua / CppShelf

Collection of powerfuls - C++ Single-Header Libraries Files
https://guillaumedua.github.io/CppShelf/
MIT License
9 stars 1 forks source link

[exec] cancelable task abstraction #178

Open GuillaumeDua opened 8 months ago

GuillaumeDua commented 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>


What remains to do ?

Abstraction

Execution


Dependencies


Access function -> https://godbolt.org/z/qqo4vr3ed