mirror of
https://github.com/danog/parallel-functions.git
synced 2024-11-26 12:24:52 +01:00
Fix code style
This commit is contained in:
parent
04ecc43b0d
commit
5e118307ff
@ -13,7 +13,7 @@ use function Amp\Promise\wait;
|
||||
for ($i = 0; $i < 30; $i++) {
|
||||
$pool = new DefaultPool();
|
||||
|
||||
$promises = parallelMap(range(1, 50), function () {
|
||||
$promises = parallelMap(\range(1, 50), function () {
|
||||
return 2;
|
||||
}, $pool);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user