Make.3-C
include Mirage_console.S
val disconnect : t -> unit Lwt.t
Disconnect from the console. While this might take some time to complete, it can never result in an error.
include Mirage_flow.S with type flow := t
val pp_error : error Fmt.t
val pp_write_error : write_error Fmt.t
val write : t -> Cstruct.t -> (unit, write_error) Stdlib.result Lwt.t
val writev : t -> Cstruct.t list -> (unit, write_error) Stdlib.result Lwt.t
val close : t -> unit Lwt.t
val connect : string -> t Lwt.t