template <typename PriorPromise, typename ResultHandler>

class then_continuation

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

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

Public Methods

void then_continuation<PriorPromise, ResultHandler> (PriorPromise prior_promise, ResultHandler handler)

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

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

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