PHP Класс Amp\Coroutine

When a promise is yielded, execution of the generator is interrupted until the promise is resolved. A success value is sent into the generator, while a failure reason is thrown into the generator. Using a coroutine, asynchronous code can be written without callbacks and be structured like synchronous code.
Наследование: implements amp\Promise, use trait Amp\Internal\Placeholder
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( Generator $generator )

Приватные методы

Метод Описание
dispose ( Throwable $exception ) Runs the generator to completion then fails the coroutine with the given exception.

Описание методов

__construct() публичный метод

public __construct ( Generator $generator )
$generator Generator