Module Async_rpc_kernel__.Transport
module Header : sig ... endBinary headers containing message lengths. All transports should use this to ensure binary compatibility.
module Handler_result = Async_rpc_kernel__.Transport_intf.Handler_resultmodule Reader : sig ... endmodule Send_result = Async_rpc_kernel__.Transport_intf.Send_resultmodule Writer : sig ... endval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val close : t -> unit Async_kernel.Deferred.tCloses both parts of the transport.