package picos

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

Module Picos_threadSource

Minimalistic thread API available with or without threads.posix.

Sourceval is_main_thread : unit -> bool

is_main_thread () determines whether running on the main thread of the application.

Sourcemodule TLS : sig ... end

Thread-local storage.

OCaml

Innovation. Community. Security.