You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add subscription and event handling methods to LazyEventBus
This fixed code from not starting event bus listening loop
- Introduced `subscribe`, `unsubscribe`, `emit`, `start_listening`, and `stop_listening` methods to the _LazyEventBus class.
- Enhanced type hinting for better code clarity and usability.
0 commit comments