parallel\Future::cancelCancellation Description
public bool parallel\Future::cancel()
Shall try to cancel the task
Warning
Internal function calls in progress cannot be interrupted. ExceptionsWarning
Shall throw parallel\Future\Error\Killed if parallel\Runtime executing task was killed. Warning
Shall throw parallel\Future\Error\Cancelled if task was already cancelled. |