Expand description
State management components
This module contains the state coordination system that manages Buffer state changes and notifies interested components.
Re-exports§
pub use coordinator::StateCoordinator;
pub use dispatcher::StateDispatcher;
pub use dispatcher::StateSubscriber;
pub use events::StateChange;
pub use events::StateEvent;
Modules§
- coordinator
- State coordination trait for Buffer
- dispatcher
- State dispatcher for pub-sub pattern
- events
- State events and changes