package gapi-ocaml

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

Class type Netsys_oothr.threadSource

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