package carton

  1. Overview
  2. Docs
Implementation of PACKv2 file in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

carton-carton-v0.4.1.tbz
sha256=d16aad5560d9ab1e3b4d93d2e8fdea638c216ff47338fb630a8aefd22b452665
sha512=096ed19743eac24dee25008a7c6279e7a94a33fe50b0486474cd4e3f1c2e8affbd88467cffb9ba55086edff084bdb2a3c209b02b8e4fb7500c5b56ebbd389f70

doc/carton.thin/Thin/Make/argument-2-IO/Condition/index.html

Module IO.Condition

type 'a fiber = 'a t
type mutex = Mutex.t
type t
val create : unit -> t
val wait : t -> mutex -> unit fiber
val signal : t -> unit
val broadcast : t -> unit
OCaml

Innovation. Community. Security.