parallel\Future::cancelCancellation 説明
public bool parallel\Future::cancel()
Shall try to cancel the task
警告
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. |