val pp_error :
Stdlib.Format.formatter ->
[< `Exn of exn | `Refused | `Timeout ] ->
unitval pp_write_error :
Stdlib.Format.formatter ->
[< `Closed | `Exn of exn | `Refused | `Timeout ] ->
unitval ignore_canceled : exn -> unit Lwt.tval disconnect : 'a -> unit Lwt.tval read :
Lwt_unix.file_descr ->
([> `Data of Cstruct.t | `Eof ], [> `Exn of exn ]) Stdlib.result Lwt.tval write :
Lwt_unix.file_descr ->
Cstruct.t ->
(unit, [> `Closed | `Exn of exn ]) Stdlib.result Lwt.tval writev :
Lwt_unix.file_descr ->
Cstruct.t list ->
(unit, [> `Closed | `Exn of exn ]) Stdlib.result Lwt.tval write_nodelay :
Lwt_unix.file_descr ->
Cstruct.t ->
(unit, [> `Closed | `Exn of exn ]) Stdlib.result Lwt.tval writev_nodelay :
Lwt_unix.file_descr ->
Cstruct.t list ->
(unit, [> `Closed | `Exn of exn ]) Stdlib.result Lwt.tval close : Lwt_unix.file_descr -> unit Lwt.tval shutdown :
Lwt_unix.file_descr ->
[< `read | `read_write | `write ] ->
unit Lwt.t