You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix calls of deprecated withTaskCancellationHandler version (Alamofire#3657)
### Goals ⚽
`withTaskCancellationHandler(handler:operation:)` has been deprecated in
Swift 5.7 in favor of `withTaskCancellationHandler(operation:onCancel:)`
(see swiftlang/swift#60569). This PR updates all
calls of the former function accordingly.
### Implementation Details 🚧
n/a
### Testing Details 🔍
n/a
0 commit comments