package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method id : int

In a multi-threaded program: Returns the thread ID. In a single-threaded program: Returns 0.

method join : unit -> unit

In a multi-threaded program: Suspends the calling thread until this thread terminates. In a single-threaded program: fails

method repr : exn

May be used internally be the implementation

OCaml

Innovation. Community. Security.