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