Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Ocamlformat_rpc_lib
module type Command_S = sig ... end
module type Client_S = sig ... end
module type V = sig ... end
Version used to set the protocol version
val pick_client :
pid:int ->
in_channel ->
out_channel ->
string list ->
(client, [ `Msg of string ]) result
pick_client ~pid in out versions
returns the most-fitting client according to a list of versions
, that is a list ordered from the most to the least wished version.
val pid : client -> int