Open Lighting Architecture  Latest Git
Public Member Functions | List of all members
ola::thread::Future< T > Class Template Reference

Detailed Description

template<typename T>
class ola::thread::Future< T >

A Future object

Public Member Functions

 Future (const Future &other)
 
Futureoperator= (const Future< T > &other)
 
bool IsComplete () const
 
const T & Get ()
 
void Set (const T &t)
 

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