Active: exactly one response (ID) is in flight. The struct holds a single id, so "two active responses" is not representable.
| 97 | // Active: exactly one response (ID) is in flight. The struct holds a single id, |
| 98 | // so "two active responses" is not representable. |
| 99 | type Active struct{ ID ResponseID } |
| 100 | |
| 101 | // Terminated: the session is torn down. Absorbing — no response can start from |
| 102 | // here, so the M1 (connection) parent's teardown can guarantee no response |
nothing calls this directly
no outgoing calls
no test coverage detected