Up

Module Both_convert

Signature

Both_convert rpcs combine features of both caller-converts and callee-converts versioning schemes in such a way that one can smoothly add a new version of the rpc to a shared library, and it doesn't matter whether the callee or caller upgrades to the latest version of the shared library first, the new version will not be exercised until both sides support it.

module Plain : sig .. end
module Pipe_rpc : sig .. end
module One_way : sig .. end