package async_durable

  1. Overview
  2. Docs
type ('response, 'error) t =
  1. | Attempting_new_connection
  2. | Connection_success of Async_rpc_kernel.Rpc.Pipe_rpc.Metadata.t
  3. | Lost_connection
  4. | Failed_to_connect of Core.Error.t
  5. | Rpc_error of 'error
  6. | Update of 'response