Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/amphp/parallel/lib/Worker/Internal/TaskResult.php
Назад
<?php namespace Amp\Parallel\Worker\Internal; use Amp\Promise; /** @internal */ abstract class TaskResult { /** @var string Task identifier. */ private $id; /** * @param string $id Task identifier. */ public function __construct(string $id) { $this->id = $id; } /** * @return string Task identifier. */ public function getId(): string { return $this->id; } /** * @return Promise<mixed> Resolved with the task result or failure reason. */ abstract public function promise(): Promise; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка