Internal_pervasives.SystemSome Lwt_unix functions.
val sleep : float -> (unit, [> System_error.t ]) Attached_result.t Lwt.tval write_file :
< application_name : string.. > Base_state.t ->
?perm:Unix.file_perm ->
Lwt_io.file_name ->
content:string ->
(unit, [> System_error.t ]) Attached_result.t Lwt.tval read_file :
< application_name : string.. > Base_state.t ->
Lwt_io.file_name ->
(string, [> System_error.t ]) Attached_result.t Lwt.tval size :
< application_name : string.. > Base_state.t ->
string ->
(int, [> System_error.t ]) Attached_result.t Lwt.tval command :
< application_name : string.. > Base_state.t ->
string ->
(bool, [> System_error.t ]) Asynchronous_result.tval editor_opt :
< application_name : string.. > Base_state.t ->
(string option, [> System_error.t ]) Asynchronous_result.tval editor :
< application_name : string.. > Base_state.t ->
(string, [> System_error.t ]) Asynchronous_result.t