mirror of
https://github.com/danog/parallel-functions.git
synced 2024-11-26 12:24:52 +01:00
Update example wording
This commit is contained in:
parent
22b7ebe300
commit
12e6c602e0
@ -13,4 +13,4 @@ $start = \microtime(true);
|
||||
// in a traditional synchronous environment.
|
||||
wait(parallelMap([1, 2, 3], 'sleep'));
|
||||
|
||||
print 'Took ' . (\microtime(true) - $start) . ' milliseconds.' . \PHP_EOL;
|
||||
print 'Took ' . (\microtime(true) - $start) . ' seconds.' . \PHP_EOL;
|
||||
|
Loading…
Reference in New Issue
Block a user