cancellableValue

Waits for the result of the task, propagating cancellation to the task.

Task.swift:56
var cancellableValue: Success { get async }

Equivalent to wrapping a call to Task.value in withTaskCancellationHandler.