Skip to content

Commit

Permalink
Update UVContainer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed May 28, 2021
1 parent 29efad3 commit 920703e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Spawn/UVContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
$task = \spawn_decode($serializedClosure);
$results = $task(\spawn_channel());

\fflush(\STDOUT);
\usleep(1000);
\usleep(2000);

if (isset($GLOBALS['__coroutine__']))
unset($GLOBALS['__coroutine__']);
Expand Down

0 comments on commit 920703e

Please sign in to comment.