struct continuation_not_callable
Declaration
template <typename Future, typename F>
struct continuation_not_callable { /* full declaration omitted */ };Declared at: libs/pika/futures/include/pika/futures/traits/future_then_result.hpp:31
Method Overview
- public static auto error(Future future, F & f)
Methods
static auto error(Future future, F& f)
static auto error(Future future, F& f)Declared at: libs/pika/futures/include/pika/futures/traits/future_then_result.hpp:33
Parameters
- Future future
- F& f