Commit 3084acc
committed
Explain why saveCrashState stays a separate write path
Document that this is a second terminal write path alongside
finalizeRunState, kept apart because its only callers are the
process-level crash and signal handlers in index.ts, which cannot
afford to wait on saveState's per-session write chain during exit.1 parent 6e1f9a0 commit 3084acc
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
134 | 143 | | |
135 | 144 | | |
136 | 145 | | |
| |||
0 commit comments