Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
speed up execute_async again
Browse files Browse the repository at this point in the history
When hh-clilib moved to hsl-experimental IO\ , we lost the async
wrappers around arbitrary resources.

Made a mistake when implementing with builtins.

Back to 5 min build
  • Loading branch information
fredemmott committed Dec 14, 2018
1 parent 6b9addf commit 525177b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/__Private/execute_async.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

list($stdin, $stdout, $stderr) = $pipes;
\fclose($stdin);
\stream_set_blocking($stdout, false);

$exit_code = -2;
$output = '';
Expand Down

0 comments on commit 525177b

Please sign in to comment.