Logo ROOT   6.12/07
Reference Guide
List of all members | Public Member Functions | Private Member Functions | Friends | List of all members
ROOT::Experimental::TFuture< T > Class Template Reference

template<typename T>
class ROOT::Experimental::TFuture< T >

A TFuture class. It can wrap an std::future.

Definition at line 35 of file TFuture.hxx.

Public Member Functions

 TFuture (std::future< T > &&fut)
 
get ()
 
- Public Member Functions inherited from ROOT::Detail::TFutureImpl< T >
 TFutureImpl (const TFutureImpl< T > &other)=delete
 
TFutureImpl< T > & operator= (TFutureImpl< T > &other)=delete
 
bool valid () const
 
void wait ()
 

Private Member Functions

 TFuture (std::future< T > &&fut, std::unique_ptr< TTaskGroup > &&tg)
 

Friends

template<class Function , class... Args>
TFuture< typename std::result_of< typename std::decay< Function >::type(typename std::decay< Args >::type...)>::typeAsync (Function &&f, Args &&... args)
 Runs a function asynchronously potentially in a new thread and returns a ROOT TFuture that will hold the result. More...
 

Additional Inherited Members

- Protected Types inherited from ROOT::Detail::TFutureImpl< T >
using TTaskGroup = Experimental::TTaskGroup
 
- Protected Member Functions inherited from ROOT::Detail::TFutureImpl< T >
 TFutureImpl (std::future< T > &&fut, std::unique_ptr< TTaskGroup > &&tg)
 
 TFutureImpl ()
 
 TFutureImpl (std::future< T > &&fut)
 
 TFutureImpl (TFutureImpl< T > &&other)
 
TFutureImploperator= (std::future< T > &&other)
 
TFutureImpl< T > & operator= (TFutureImpl< T > &&other)=default
 
- Protected Attributes inherited from ROOT::Detail::TFutureImpl< T >
std::future< T > fStdFut
 
std::unique_ptr< TTaskGroupfTg {nullptr}
 

#include <ROOT/TFuture.hxx>

Inheritance diagram for ROOT::Experimental::TFuture< T >:
[legend]

Constructor & Destructor Documentation

◆ TFuture() [1/2]

template<typename T>
ROOT::Experimental::TFuture< T >::TFuture ( std::future< T > &&  fut,
std::unique_ptr< TTaskGroup > &&  tg 
)
inlineprivate

Definition at line 90 of file TFuture.hxx.

◆ TFuture() [2/2]

template<typename T>
ROOT::Experimental::TFuture< T >::TFuture ( std::future< T > &&  fut)
inline

Definition at line 94 of file TFuture.hxx.

Member Function Documentation

◆ get()

template<typename T>
T ROOT::Experimental::TFuture< T >::get ( )
inline

Definition at line 96 of file TFuture.hxx.

Friends And Related Function Documentation

◆ Async

template<typename T>
template<class Function , class... Args>
TFuture< typename std::result_of<typename std::decay<Function>::type(typename std::decay<Args>::type...)>::type> Async ( Function &&  f,
Args &&...  args 
)
friend

Runs a function asynchronously potentially in a new thread and returns a ROOT TFuture that will hold the result.

Definition at line 152 of file TFuture.hxx.

Libraries for ROOT::Experimental::TFuture< T >:
[legend]

The documentation for this class was generated from the following file: