mirror of
https://github.com/danog/parallel.git
synced 2024-12-03 10:07:49 +01:00
12 lines
164 B
PHP
12 lines
164 B
PHP
<?php
|
|
|
|
use Amp\Parallel\Sync\Channel;
|
|
|
|
return function (Channel $channel) {
|
|
return new class {
|
|
private function __sleep()
|
|
{
|
|
}
|
|
};
|
|
};
|