stdune
Temp.Monad
Versions of with_temp_file and with_temp_dir that are suitable for use with concurrency monads.
with_temp_file
with_temp_dir
stdune.filesystem_stubs
module M : sig ... end
val with_temp_file : dir:Path.t -> prefix:string -> suffix:string -> f:(Path.t Or_exn.t -> 'a M.t) -> 'a M.t
val with_temp_dir : parent_dir:Path.t -> prefix:string -> suffix:string -> f:(Path.t Or_exn.t -> 'a M.t) -> 'a M.t