package devkit

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

Module ExtThread.WorkersSource

Thread workers

Parameters

module T : WorkerT

Signature

Sourcetype task = T.task
Sourcetype result = T.result
Sourcetype t
Sourceval create : (task -> result) -> int -> t
Sourceval perform : t -> ?autoexit:bool -> task Enum.t -> (result -> unit) -> unit
Sourceval stop : ?wait:int -> t -> unit
OCaml

Innovation. Community. Security.