|
Krita Source Code Documentation
|
Go to the source code of this file.
Namespaces | |
| namespace | kismpl |
Functions | |
| std::future< void > | kismpl::make_ready_future () |
| template<typename T > | |
| std::future< std::decay_t< T > > | kismpl::make_ready_future (T &&value) |
| template<class T , class Function > | |
| auto | kismpl::then (std::future< T > &&future, Function &&func) -> std::future< decltype(func(std::move(future)))> |