1
0
mirror of https://github.com/danog/parallel.git synced 2025-01-09 22:28:26 +01:00
parallel/test/Context/Fixtures/test-parallel.php

8 lines
119 B
PHP
Raw Normal View History

2019-02-13 21:19:01 +01:00
<?php
use Amp\Parallel\Sync\Channel;
return function (Channel $channel, string $data): string {
return $data;
};