Module top_level

Module top_level 

Source
Expand description

Top-level window creation runner (Phase H.6) reducer handlers. Extracted from reducer/mod.rs in task #182 PR-F-2 for navigability.

Functionsยง

handle_enqueue_top_level_window ๐Ÿ”’
handle_top_level_callback_fired ๐Ÿ”’
handle_top_level_externally_closed ๐Ÿ”’
handle_top_level_renderer_terminated ๐Ÿ”’
push_top_level_history ๐Ÿ”’
start_next_top_level_if_idle ๐Ÿ”’
Internal helper: if in_flight is None and queue has work, pop the front and start it. Emits TopLevelCreationRequested, TopLevelCreationStarted, Effect::PostCreateWindow, and updated queue length.