Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Channel/unbounded.php
Назад
<?php declare(strict_types=1); namespace Psl\Channel; /** * Creates an unbounded channel. * * The created channel can hold an unlimited number of messages. * * @template T * * @return array{ReceiverInterface<T>, SenderInterface<T>} */ function unbounded(): array { $channel = new Internal\UnboundedChannelState(); return [ new Internal\UnboundedReceiver($channel), new Internal\UnboundedSender($channel), ]; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка