Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 238 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 238 Bytes

PipeTest

Demonstrates various ways of using pipes between two processes with NSTask

Specifically, it shows how NSTask's waitUntilExit hangs if the process it's running fills the output pipe, and a simple solution to address the issue.