1
0
mirror of https://github.com/danog/parallel.git synced 2025-01-22 22:11:11 +01:00

Do not yield context start

This commit is contained in:
Aaron Piotrowski 2018-10-22 09:40:19 -05:00
parent f74626d26a
commit b562925e6d
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -302,7 +302,7 @@ abstract class AbstractContextTest extends TestCase
exit;
});
yield $context->start();
$context->start();
yield $context->send(\str_pad("", 1024 * 1024, "-"));
});
}