package dune-rpc

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

Module Make.HandlerSource

Sourcetype nonrec t = {
  1. log : Dune_rpc_private__.Exported_types.Message.t -> unit Fiber.t;
  2. abort : Dune_rpc_private__.Exported_types.Message.t -> unit Fiber.t;
}
Sourceval log : Dune_rpc_private__.Exported_types.Message.t -> unit Fiber.t
Sourceval abort : Dune_rpc_private__.Exported_types.Message.t -> 'a
Sourceval default : t
Sourceval create : ?log:(Dune_rpc_private__.Exported_types.Message.t -> unit Fiber.t) -> ?abort:(Dune_rpc_private__.Exported_types.Message.t -> unit Fiber.t) -> unit -> t