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
Reading a native task's pane state verified every pane's ownership twice — once while recovering the pane set from disk, once again while listing the panes — so a six-pane read forked 48`ps`probes where 24 answer the question. Recovery now hands back the snapshots it already proved, halving the probe count at every pane count with dead-pane reconciliation, restart/reattach and cross-process ownership unchanged.
1
+
Reading a native task's pane state verified every pane's ownership twice — once while recovering the pane set from disk, once again while listing the panes — so a six-pane read forked 24`ps`processes where 12 answer the question. Recovery now hands back the snapshots it already proved, halving the probe count at every pane count with dead-pane reconciliation, restart/reattach and cross-process ownership unchanged.
0 commit comments