Lunchbox
1.14.0
Multi-threaded C++ toolbox library for all application developers creating high-performance multi-threaded programs.
|
Future template specialization for void. More...
#include <future.h>
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 |