Open Lighting Architecture  0.9.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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: