A Future implementation for a RequestHandler request.
More...
#include <request.h>
template<class T>
class lunchbox::Request< T >
A Future implementation for a RequestHandler request.
- Version
- 1.9.1
Definition at line 32 of file request.h.
Construct a new request.
Definition at line 127 of file request.h.
Destruct and wait for completion of the request, unless relinquished.
- Version
- 1.9.1
Definition at line 131 of file request.h.
- Returns
- the identifier of the request.
- Version
- 1.9.1
Definition at line 137 of file request.h.
Abandon the request.
If called, wait will not be called at destruction and wait() will throw. If the future has already been resolved this function has no effect.
- Version
- 1.9.1
Definition at line 142 of file request.h.
The documentation for this class was generated from the following file: