package plebeia

  1. Overview
  2. Docs

3 Storage

type t

Writer lock

val lock : string -> t

Create a lock file and lock it

val close : t -> unit

Release the lock file. The file is not removed.

val filename : t -> string