cancellableValue

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

Task.swift:71
var cancellableValue: Success { get async throws }

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