|
Lunchbox
1.9.1
|
Future template specialization for void. More...
#include <future.h>
Collaboration diagram for lunchbox::Future< void >:Public Types | |
|
typedef RefPtr< FutureImpl < void > > | Impl |
| The wait implementation. | |
Public Member Functions | |
| Future (Impl impl) | |
| Construct a new future. More... | |
| ~Future () | |
| Destruct the future. More... | |
| void | wait (const uint32_t timeout_=LB_TIMEOUT_INDEFINITE) |
| Wait for the promise to be fullfilled. More... | |
| bool | isReady () const |
Protected Attributes | |
| Impl | impl_ |
Future template specialization for void.
|
inlineexplicit |
|
inline |
|
inline |
|
inline |