Module panes

Module panes 

Source
Expand description

Browser pane lifecycle (Phase H.1) reducer handlers. Extracted from reducer/mod.rs in task #182 PR-F-2 for navigability.

Functionsยง

handle_abort_browser_pane_create ๐Ÿ”’
handle_complete_browser_pane_close ๐Ÿ”’
handle_complete_browser_pane_create ๐Ÿ”’
handle_drain_browser_pane_by_label ๐Ÿ”’
PR #5 โ€” sole label-keyed drain entry point. Replaces pane::lifecycle::PaneStateMachine::drain_by_label.
handle_enqueue_browser_pane_close ๐Ÿ”’
handle_enqueue_browser_pane_create ๐Ÿ”’
handle_try_register_browser_pane_live ๐Ÿ”’
PR #5 โ€” sole pane registration entry point. Replaces pane::lifecycle::PaneStateMachine::try_register_live.