<?php array_fill(int $start_index, int $count, mixed $value): array
<?php { Fork::new() ->run( ...array_fill( start_index: 0, count: 20, value: fn () => usleep(100_000), ) // 1/10th of a second each ); $this->assertTookLessThanSeconds(1);