package trace

  1. Overview
  2. Docs

Module Trace_event.SubscriberSource

Subscriber that emits events

Sourcetype event_consumer = {
  1. on_event : Event.t -> unit;
}

Callback for events.

A subscriber that turns calls into events that are passed to the event_consumer

OCaml

Innovation. Community. Security.