pub fn drain_shape_transitions() -> Vec<(ShapeId, ShapeId)>Expand description
Drain all pending shape transition events.
Returns the events accumulated since the last drain. Each event is
(parent_shape_id, new_child_shape_id).
Called by TierManager::check_shape_invalidations() during poll_completions().