Module event_store

Module event_store 

Source
Expand description

Event storage with callbacks and filtering

This module provides thread-safe event storage with support for callbacks, filtering by type, time range, and custom predicates.

Structs§

EventStore
Store for capturing and querying tracer events

Type Aliases§

EventCallback
Type alias for event callback functions