Function execZAfter

  • Performs execution after previous one succeed.

    Type Parameters

    • TFirstResult

      First execution result type.

    • TResult

      Second execution result type.

    Parameters

    • first: ZExecution<TFirstResult>

      Execution to complete first.

    • next: ZExecutionStarter<TResult, [TFirstResult]>

      Next execution starter function accepting result of the first execution as its argument.

    Returns ZExecution<TResult>

    New execution instance started when the first one completes.

Generated using TypeDoc