package irmin

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

Module Backend.LockSource

Process locking helpers

Sourcemodule type S = sig ... end
Sourcemodule Make (K : Type.S) : S with type key = K.t

Create a lock manager implementation.

OCaml

Innovation. Community. Security.