Skip to main content

EventMapEntryMap

Type Alias EventMapEntryMap 

pub type EventMapEntryMap = SkipMap<Token, EventMapEntryRc>;
Expand description

Thread-safe map of metadata tokens to EventMap entries

Provides efficient concurrent access to EventMap entries indexed by their metadata tokens. Uses a lock-free skip list implementation for high-performance concurrent reads and writes during metadata loading.

Aliased Typeยง

pub struct EventMapEntryMap { /* private fields */ }