Console_unixText console input/output operations.
include Mirage_console.Sval disconnect : t -> unit Lwt.tDisconnect 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 := tval pp_error : error Fmt.tval pp_write_error : write_error Fmt.tval write : t -> Cstruct.t -> (unit, write_error) Stdlib.result Lwt.tval writev : t -> Cstruct.t list -> (unit, write_error) Stdlib.result Lwt.tval close : t -> unit Lwt.tval connect : string -> t Lwt.t