Krita Source Code Documentation
Loading...
Searching...
No Matches
KisFutureUtils.h File Reference

Go to the source code of this file.

Namespaces

namespace  kismpl
 

Functions

std::future< voidkismpl::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)))>