Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Testo_util.Create_temp_fileSourceReimplementation of temporary file creation
This solves the following problems:
Unix.fork().val open_out :
?perms:int ->
?windows_binary:bool ->
?windows_file_share_delete:bool ->
Fpath.t ->
out_channelval open_temp_file :
?get_random_key:(unit -> int) ->
?perms:int ->
?temp_dir:Fpath.t ->
?windows_binary:bool ->
?windows_file_share_delete:bool ->
?prefix:string ->
?suffix:string ->
unit ->
Fpath.t * out_channel