Source position: fppromise.pp line 58
type TFPAsyncStep = procedure(
AResolve: TSimpleProc;
AReject: TRejectProc;
AComplete: TSimpleProc
);