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:
parent
f74626d26a
commit
b562925e6d
@ -302,7 +302,7 @@ abstract class AbstractContextTest extends TestCase
|
||||
exit;
|
||||
});
|
||||
|
||||
yield $context->start();
|
||||
$context->start();
|
||||
yield $context->send(\str_pad("", 1024 * 1024, "-"));
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user