package dune-rpc

  1. Overview
  2. Docs
module type S = sig ... end

Rpc client

module Make (Fiber : sig ... end) (Chan : sig ... end) : S with type 'a fiber := 'a Fiber.t and type chan := Chan.t

Functor to create a client implementation