Skip to content

Close stream APIs

Compare
Choose a tag to compare
@arun11299 arun11299 released this 01 Jan 15:25
· 38 commits to master since this release

Added stream close APIs for Popen object. With this one can use the "send" API and then close the stream so that "wait" wont block. See Issue #21 for more details.