package plebeia

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

Module Plebeia.LockSource

3 Storage

3 Storage

Sourcetype t

Writer lock

Sourceval lock : string -> t Lwt.t

Create a lock file and lock it

Sourceval release : t -> unit Lwt.t

Release the lock file. The file is not removed.

Sourceval filename : t -> string
OCaml

Innovation. Community. Security.