Client.MakeSourcemodule Chan : sig ... endval request :
?id:Id.t ->
t ->
('a, 'b) Versioned.request ->
'a ->
('b, Response.Error.t) Stdune.result Fiber.ttype proc = | Request : ('a, 'b) Decl.request -> procThe client may send the declared request
*)| Notification : 'a Decl.notification -> procThe client may send the declared notification
*)| Poll : 'a Procedures.Poll.t -> procThe client may start the declared polling loop
*)| Handle_request : ('a, 'b) Decl.request * ('a -> 'b Fiber.t) -> procThe client can handle the declared request
*)