aardappel / lobster

The Lobster Programming Language
http://strlen.com/lobster
2.25k stars 119 forks source link

Async stdout read in launch_subprocess #188

Closed AntonBogun closed 2 years ago

AntonBogun commented 2 years ago

Fixes deadlock by filling up stdout pipe buffer. However, will still deadlock when filling stderr pipe buffer - a proper solution would require an update in subprocess.h.

aardappel commented 2 years ago

Nice!