iOS: make long-running operations async
lambdapioneer opened this issue · 0 comments
lambdapioneer commented
Currently, we present the developer with simple, blocking methods. However, it would be nice to have them as async
methods that they can await
on.