package plebeia

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

3 Storage

3 Storage

type t

Writer lock

val lock : string -> t Lwt.t

Create a lock file and lock it

val release : t -> unit Lwt.t

Release the lock file. The file is not removed.

val filename : t -> string