package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
class type mtprovider = object ... end
class type thread = object ... end
class type mutex = object ... end
class type condition = object ... end
val provider : mtprovider ref
val serialize : mutex -> ('a -> 'b) -> 'a -> 'b
val atomic_init : 'a option ref -> 'a -> 'a
val compare_and_swap : 'a ref -> 'a -> 'a -> bool
OCaml

Innovation. Community. Security.