package functory

  1. Overview
  2. Docs
type worker
val create_worker : ?port:int -> string -> worker
val declare_workers : ?port:int -> ?n:int -> string -> unit
val set_default_port_number : int -> unit
val set_pong_timeout : float -> unit
val set_ping_interval : float -> unit
type worker_type = ?port:int -> unit -> unit
type computation_status =
  1. | Running
  2. | Done
  3. | Dead
module Same : sig ... end
module Poly : sig ... end
module Mono : sig ... end