A simple IContinuation implementation that calls a user-provided callback on completion.

Constructor

new(context:Context, func:ContinuationLambda<T>)

Variables

read onlycontext:Context

Methods

resume(result:T, error:Exception):Void