swift
06219cdf
- [Async Refactoring] Remove assertions for nil result values in async wrapper
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
[Async Refactoring] Remove assertions for nil result values in async wrapper Since we aren’t checking that all result arguments are `nil` if there was an `error` in all the other refactorings, also remove the assertions in the async wrapper.
References
#38227 - [Async Refactoring] Split ambiguous (error + success) completion handler calls into success and error case
Author
ahoppen
Committer
ahoppen
Parents
6cbbb7cb
Loading