21 #ifndef INCLUDE_OLA_THREAD_FUTURE_H_ 22 #define INCLUDE_OLA_THREAD_FUTURE_H_ 24 #include <ola/thread/FuturePrivate.h> 49 m_impl = other.m_impl;
54 bool IsComplete()
const {
55 return m_impl->IsComplete();
62 void Set(
const T &t) {
90 m_impl = other.m_impl;
95 bool IsComplete()
const {
96 return m_impl->IsComplete();
112 #endif // INCLUDE_OLA_THREAD_FUTURE_H_ Definition: FuturePrivate.h:32
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44
Definition: FuturePrivate.h:99