|
libosmscout 1.1.1
|
#include <libosmscout/include/osmscout/async/CancelableFuture.h>
Public Member Functions | |
| Promise ()=default | |
| virtual | ~Promise ()=default |
| Promise (const Promise &)=default | |
| Promise (Promise &&)=default | |
| Promise & | operator= (const Promise &)=default |
| Promise & | operator= (Promise &&)=default |
| CancelableFuture< T > | Future () const |
| void | Cancel () |
| bool | IsCanceled () const |
| void | SetValue (const T &value) |
| FutureBreaker | Breaker () const |
|
default |
|
virtualdefault |
|
default |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
default |
|
default |
|
inline |