Skip to content

v3.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 03:19
· 20 commits to master since this release
v3.4.0
ac7fbca
  • 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 a Child object. (#180)
  • On ESP-IDF, annotate eventfd initialization failures with a message
    indicating the source of those failures. (#186)