package batteries

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

Module type BatConcurrent.BaseLockSource

A signature for modules which implement locking.

Sourcetype t

The type of a lock.

Sourceval create : unit -> t
Sourceval lock : t -> unit
Sourceval unlock : t -> unit
Sourceval try_lock : t -> bool
OCaml

Innovation. Community. Security.