Xcode's refactoring options for async/await
Xcode may offer up to three refactoring options when right-clicking on a completion handler-based function:
Convert Function to Async
Add Async Alternative
Add Async Wrapper
I will explain the result of each refactoring option based on the example ...
blog.eidinger.info3 min read