package hack_parallel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Std.MultiWorkerSource

Sourcetype 'a nextlist = 'a list Bucket.next
Sourceval next : Worker.t list option -> 'a list -> 'a list Bucket.next
Sourcetype 'a bucket = 'a Bucket.bucket =
  1. | Job of 'a
  2. | Wait
  3. | Done
Sourceval call : Worker.t list option -> job:('c -> 'a -> 'b) -> merge:('b -> 'c -> 'c) -> neutral:'c -> next:'a Bucket.next -> 'c
OCaml

Innovation. Community. Security.