Minor winpty-rs that fixes a regression introduced in v0.3.16 that lead to deadlocks when a process exited too soon. It also introduces the wait_for_exit
method to block a thread until the process has stopped.
What's Changed
- Update README to state that LIB variable is also required by @andfoy in #78
- Prevent reading thread from hanging if process has stopped by @andfoy in #79
Full Changelog: v0.3.16...v0.4.0