Classes | |
class | ROOT::Experimental::TFuture< T > |
A TFuture class. It can wrap an std::future. More... | |
class | ROOT::Detail::TFutureImpl< T > |
Namespaces | |
namespace | ROOT |
VSD Structures. | |
namespace | ROOT::Detail |
namespace | ROOT::Experimental |
Functions | |
template<class Function , class... Args> | |
TFuture< typename std::result_of< typename std::decay< Function >::type(typename std::decay< Args >::type...)>::type > | ROOT::Experimental::Async (Function &&f, Args &&... args) |
Runs a function asynchronously potentially in a new thread and returns a ROOT TFuture that will hold the result. More... | |