fstar
  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a thread = Thread.t
val fork : unit -> unit -> unit -> unit -> (unit -> unit) -> (Thread.t -> unit -> unit) -> unit
val join : Thread.t -> unit