Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Ocamlformat_rpc_libmodule type Command_S = sig ... endmodule type Client_S = sig ... endmodule type V = sig ... endVersion used to set the protocol version
val pick_client :
pid:int ->
in_channel ->
out_channel ->
string list ->
(client, [ `Msg of string ]) resultpick_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