Calls function f with a Future created with t....
More...
|
|
template<typename F , typename... T> |
| | continuation_request (F &&f, T &&... t) |
| |
|
bool | operator() (context &) final |
| |
|
constexpr size_type | size (void) const noexcept |
| |
|
size_type & | size (void) noexcept |
| |
|
|
static constexpr std::size_t | expected_size (void) noexcept |
| |
|
static constexpr size_type | minimum_size (void) noexcept |
| |
|
|
typedef std::size_t | size_type |
| |
template<typename Function, typename Future>
class stapl::runtime::continuation_request< Function, Future >
Calls function f with a Future created with t....
- See also
- future_base, futures_base
The documentation for this class was generated from the following file: