Type MethodConcurrency
withCancellationHandler(handler:operation:)
- Deprecated
- iOS 13.0+
- macOS 10.15+
- tvOS 13.0+
- watchOS 6.0+
static func withCancellationHandler<T>(handler: () -> Void, operation: () async throws -> T) async rethrows -> T
static func withCancellationHandler<T>(handler: () -> Void, operation: () async throws -> T) async rethrows -> T