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
Aligned Operation cancel behavior with Darwin Foundation
- calling cancel() or operationQueue.cancelAllOperations() from inside Operation.main() no longer crashes the app when the operation returns from main()
- start() now skips the call to main() if the Operation is already in cancelled state
0 commit comments