Module Opentelemetry_client_sync.Notifier_sync

include Opentelemetry_client.Generic_notifier.S with type 'a IO.t = 'a
module IO : Opentelemetry_client.Generic_notifier.IO with type 'a t = 'a
type t
val create : unit -> t
val delete : t -> unit
val trigger : t -> unit
val wait : t -> should_keep_waiting:(unit -> bool) -> unit IO.t
val register_bounded_queue : t -> _ Opentelemetry_client.Bounded_queue.Recv.t -> unit