package vcaml

  1. Overview
  2. Docs
include Msgpack_rpc.Connection
type t
val reader : t -> Async.Reader.t
val writer : t -> Async.Writer.t
val with_socket_file : string -> ((t -> 'a Async.Deferred.t) -> 'a Async.Deferred.t) Async.Tcp.with_connect_options
val open_from_filename : string -> t Async.Deferred.t