libosmscout
0.1
|
#include <CancelableFuture.h>
Public Member Functions | |
FutureBreaker | Breaker () const |
void | Cancel () |
CancelableFuture< T > | Future () const |
bool | IsCanceled () const |
Promise & | operator= (const Promise &)=default |
Promise & | operator= (Promise &&)=default |
Promise ()=default | |
Promise (const Promise &)=default | |
Promise (Promise &&)=default | |
void | SetValue (const T &value) |
virtual | ~Promise ()=default |
|
default |
|
virtualdefault |
|
default |
|
default |
|
inline |
Referenced by osmscout::AsyncWorker::Async().
|
inline |
|
inline |
Referenced by osmscout::AsyncWorker::Async().
|
inline |
|
default |
|
default |
|
inline |
Referenced by osmscout::AsyncWorker::Async().