Commit b2a4cad
docs(resilience): document async single-event-loop guard contract
resilience.md described the sync/async sharing rule but not the
cross-loop constraint: an AsyncBulkhead / AsyncCircuitBreaker binds to
the first event loop it runs on and raises RuntimeError if later driven
from a different loop. Document it on the Bulkhead paragraph (with a
pointer to _event_loop_guard.py) and cross-reference from CircuitBreaker.
Surfaced by the delta audit as a pre-existing gap; behavior unchanged.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 8618a24 commit b2a4cad
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments