Function poolZExecutions

  • Constructs execution pool.

    Type Parameters

    • TResult

      Execution result type.

    Parameters

    • maxRunning: number = ...

      The maximum number of simultaneously running executions. Zero or negative value means no limit. Equals to the number of CPUs by default.

    Returns ((this, starter) => ZExecution<TResult>)

    A function accepting execution starter and returning started or pending execution.

Generated using TypeDoc