Expand description
Event System: publish/subscribe bus for memory-graph events.
Structs§
- Event
Bus - A publish/subscribe event bus protected by
parking_lot::RwLock.
Enums§
- Mente
Event - Events emitted by the memory system.
Type Aliases§
- Subscriber
Id - A unique subscriber handle returned by
EventBus::subscribe.