1
0
mirror of https://github.com/danog/parallel.git synced 2024-12-02 17:52:14 +01:00
parallel/test/Context/Fixtures/no-callback-process.php

8 lines
86 B
PHP
Raw Normal View History

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