Instance Propertypointfreeco.swift-concurrency-extras 1.3.1ConcurrencyExtras->_Concurrency
cancellableValue
Waits for the result of the task, propagating cancellation to the task.
var cancellableValue: Success { get async throws }
Equivalent to wrapping a call to Task.value
in withTaskCancellationHandler
.