Skip to content

WinPTY-rs release v0.3.5

Choose a tag to compare

@andfoy andfoy released this 05 Mar 01:03
· 209 commits to main since this release

Minor winpty-rs release that improves the is_alive verification by replacing GetExitCodeProcess by WaitForSingleObject, which provides better thread-safety guarantees.

What's Changed

  • PR: Use WaitForSingleObject instead of GetExitCodeProcess to determine if the PTY process ended by @andfoy in #26

Full Changelog: v0.3.4...v0.3.5