Module Algostream_infrastructure_event_bus

module Event_bus : sig ... end

Event bus facade.

module Event_log : sig ... end

Append-only binary event log with bin_prot framing.

module Event_types : sig ... end

Event-bus types: priority bands, payloads, and the Event.t record.

module Instrumentation : sig ... end

Latency instrumentation for the event bus.

module Memory_monitor : sig ... end

Memory usage sampler for the event bus.

module Priority_queue : sig ... end

Multi-band lock-free priority queue.

module Subscription : sig ... end

Filter combinators and subscription handles.