Commit 44ea21e
docs(os-dev): name the slot before the first lock attempt, in the queueing clause itself (#13099)
The queueing clause told a dev to spend the lock interval on lock-free
work and come back, but never said the name must be set BEFORE the first
attempt: a slot named after a call exits starts a new place rather than
recovering the lost one. The wrapper side already states this at second
zero; this is the contract side, inline with the come-back instruction.
Net-0 under the 466-line ratchet: paid for by cutting the stale
parenthetical claiming the mechanism only introduces itself in --help
and the exit-99 text (the wrapper's second-zero notice made that false).
Claude-Session: https://claude.ai/code/session_01MnijPVVDakqK2J335JoJtq
Co-authored-by: Claude <noreply@anthropic.com>1 parent 31bb2e7 commit 44ea21e
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments