template <typename PriorPromise, typename ValueHandler>

class and_then_continuation

Defined at line 529 of file ../../sdk/lib/fit-promise/include/lib/fpromise/promise_internal.h

The continuation produced by |fpromise::promise::and_then()|.

Public Methods

void and_then_continuation<PriorPromise, ValueHandler> (PriorPromise prior_promise, ValueHandler handler)

Defined at line 534 of file ../../sdk/lib/fit-promise/include/lib/fpromise/promise_internal.h

typename invoker_type::result_type operator() (::fpromise::context & context)

Defined at line 537 of file ../../sdk/lib/fit-promise/include/lib/fpromise/promise_internal.h