Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val debug_io : bool Pervasives.ref
val complete :
string ->
int64 option ->
('a -> Cstruct.buffer -> int -> int -> int Lwt.t) ->
'a ->
Cstruct.t ->
unit Lwt.t
module Fd : sig ... end
module IO : sig ... end
type 'a t = 'a Lwt.t
val return : 'a -> 'a Lwt.t
val fail : exn -> 'a Lwt.t
val exists : string -> bool Lwt.t
val get_modification_time : string -> int32 Lwt.t
val get_file_size : string -> int64 Lwt.t
val fsync : fd -> unit
val alloc : int -> Cstruct.t