| Reference | Class List | Member Functions | Typedefs | File List |
TODO Future
Definition at line 43 of file future.hpp.
Public Types | |
| typedef Result | future_result_type |
| typedef Result const & | result_type |
Public Member Functions | |
| bool | cancel () |
| future (shared_ptr< detail::future_impl< Result > > const &impl) | |
| future () | |
| result_type | get () |
| bool | is_cancelled () const |
| result_type | operator() () |
| bool | ready () const |
| bool | timed_wait (boost::xtime const ×tamp) const |
| void | wait () const |
|
|||||
|
Indicates the future's result type.
Definition at line 50 of file future.hpp. |
|
|||||
|
Indicates the functor's result type.
Definition at line 49 of file future.hpp. |
|
|||||||||
|
Definition at line 55 of file future.hpp. |
|
||||||||||
|
Definition at line 61 of file future.hpp. |
|
|||||||||
|
Definition at line 91 of file future.hpp. |
|
|||||||||
|
Definition at line 86 of file future.hpp. |
|
|||||||||
|
Definition at line 96 of file future.hpp. |
|
|||||||||
|
Definition at line 81 of file future.hpp. |
|
|||||||||
|
Definition at line 66 of file future.hpp. |
|
||||||||||
|
Definition at line 76 of file future.hpp. |
|
|||||||||
|
Definition at line 71 of file future.hpp. |