Module Rpc_parallel__.Utils
val try_within : monitor:Async.Monitor.t -> (unit -> 'a Async.Deferred.t) -> 'a Core.Or_error.t Async.Deferred.tval try_within_exn : monitor:Async.Monitor.t -> (unit -> 'a Async.Deferred.t) -> 'a Async.Deferred.tval our_binary : unit -> stringval our_md5 : unit -> string Core.Or_error.t Async.Deferred.tval whoami : unit -> [ `Worker | `Master ]val clear_env : unit -> unitval create_worker_env : extra:(string * string) list -> (string * string) list Core.Or_error.tval to_daemon_fd_redirection : [ `Dev_null | `File_append of string | `File_truncate of string ] -> Daemon.Fd_redirection.t