Running: exactly one compaction is in flight.
| 38 | |
| 39 | // Running: exactly one compaction is in flight. |
| 40 | type Running struct{} |
| 41 | |
| 42 | // Terminated: the conversation/session is torn down. Absorbing — no compaction |
| 43 | // can start from here, so the M1 (connection) parent's teardown can cancel + |
nothing calls this directly
no outgoing calls
no test coverage detected