parallel\Future::cancel
PHP Manual
PHP Manual»parallel\Future»parallel\Future::cancel

parallel\Future::cancel

(0.9.0)

parallel\Future::cancelCancellation

Опис

public function parallel\Future::cancel(): bool

Shall try to cancel the task

Зауваження: If task is running, it will be interrupted.

Увага

Internal function calls in progress cannot be interrupted.

Exceptions

Увага

Shall throw parallel\Future\Error\Killed if parallel\Runtime executing task was killed.

Увага

Shall throw parallel\Future\Error\Cancelled if task was already cancelled.

To Top