Contents

withCancellationHandler(handler:operation:)

Declaration

static func withCancellationHandler<T>(handler: @Sendable () -> Void, operation: () async throws -> T) async rethrows -> T

See Also

Deprecated