1
0
mirror of https://github.com/danog/parallel.git synced 2024-12-02 09:37:57 +01:00
parallel/test/Context/no-callback-process.php
2017-12-13 13:56:11 -06:00

8 lines
86 B
PHP

<?php
use Amp\Parallel\Sync\Channel;
function (Channel $channel) {
return 1;
};