Skip to content

Commit

Permalink
v0.15~preview.125.01+410
Browse files Browse the repository at this point in the history
  • Loading branch information
aalekseyev committed Aug 13, 2021
1 parent 7e71341 commit 07b5f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lock_file_async/src/lock_file_async.mli
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ open! Import
(** [create ?message path] tries to create a file at [path] containing the text [message],
pid if none provided. It returns true on success, false on failure. Note: there is
no way to release the lock or the fd created inside! It will only be released when
the process dies.*)
the process dies. *)
val create
: ?message : string
-> ?close_on_exec : bool (** default is [true] *)
Expand Down

0 comments on commit 07b5f4c

Please sign in to comment.