mirror of
https://github.com/danog/parallel.git
synced 2024-12-13 09:37:26 +01:00
8 lines
102 B
PHP
8 lines
102 B
PHP
|
<?php
|
||
|
|
||
|
use Amp\Parallel\Sync\Channel;
|
||
|
|
||
|
function (Channel $channel) {
|
||
|
return 1;
|
||
|
} // No semi-colon
|