package async_rpc_kernel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Versioned_rpc.Both_convertSource

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.

Sourcemodule Plain : sig ... end
Sourcemodule Pipe_rpc : sig ... end
Sourcemodule State_rpc : sig ... end
Sourcemodule One_way : sig ... end