- `trio_parallel.BrokenWorkerError` now contains a reference to the underlying worker process which can be inspected e.g. to handle specific exit codes. 48
- Workers are now fully synchronized with only pipe/channel-like objects, making it impossible to leak semaphores. 33
- Fix a regression of a rare race condition where idle workers shut down cleanly but appear broken. 43
- Ensure a clean worker shutdown if IPC pipes are closed 51