package async_rpc_kernel

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

Source file async_rpc_kernel.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module Rpc                   = Rpc
module Versioned_rpc         = Versioned_rpc
module Persistent_connection = Persistent_connection
module Pipe_transport        = Pipe_transport
module Rpc_error             = Rpc_error
module Rpc_result            = Rpc_result

module Async_rpc_kernel_stable = struct
  module Rpc           = Rpc.Stable
end

module Async_rpc_kernel_private = struct
  module Connection = Connection
  module Protocol = Protocol
  module Transport = Transport
  let default_handshake_timeout = Connection.default_handshake_timeout
end
OCaml

Innovation. Community. Security.