Skip to content

v0.5.2

Choose a tag to compare

@clueclue released this 18 Jan 14:54
· 88 commits to 0.7.x since this release
  • Feature: Detect "exit" immediately if last process pipe is closed
    (#58 by @clue)

    This introduces a simple check to see if the program is already known to be
    closed when the last process pipe is closed instead of relying on a periodic
    timer. This simple change improves "exit" detection significantly for most
    programs and does not cause a noticeable penalty for more advanced use cases.

  • Fix forward compatibility with upcoming EventLoop releases
    (#56 by @clue)