mte/unikernel/duniverse/dune_/otherlibs/dune-rpc/private/sub.mli

8 lines
186 B
OCaml
Raw Normal View History

2025-11-11 02:07:51 +01:00
open Types
type 'a t
val of_procedure : 'a Procedures.Poll.t -> 'a t
val poll : 'a t -> (Id.t, 'a option) Decl.Request.witness
val poll_cancel : 'a t -> Id.t Decl.Notification.witness