package modelkit

  1. Overview
  2. Docs

Module Modelkit.Sequential_executionSource

Always-available sequential execution in ascending logical-index order.

Sourcetype t
Sourceval default : t
include EXECUTION with type t := t
Sourceval concurrency : t -> int
Sourceval map : t -> f:(index:int -> 'input -> ('output, 'error) result) -> 'input array -> ('output array, 'error) result