v3.4.0
- Add the ability to identify whether socket connection has failed. (#185)
- On BSD, add the ability to wait on a process by its PID. Previously, it was
only possible to wait on a process by aChild
object. (#180) - On ESP-IDF, annotate
eventfd
initialization failures with a message
indicating the source of those failures. (#186)