pysepal.solara.notifications.bus#

Scope-keyed notification bus: state management and registry.

Functions

cleanup_bus

Drop one reference to the current scope's bus; remove it at zero.

create_bus

Get or create the current scope's NotificationBus.

get_current_bus

Return the current scope's NotificationBus, or None when none exists.

NotificationBus()

Owns notification state for a single runtime scope.