Generic Type Method

withCancellationHandler(handler:operation:)

No overview available.

Declaration 宣言

static func withCancellationHandler<T>(handler: @Sendable () -> Void, operation: () async throws -> T) async rethrows -> T
Available when Success is Never and Failure is Never. SuccessNeverであるそしてFailureNeverである時に利用可能です。

See Also 参照

Deprecated 非推奨