plebeia
Plebeia.Lock
3 Storage
plebeia.msync
plebeia.test_utils
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