client-sdk-swift
client-sdk-swift copied to clipboard
Support Apple's async/await syntax
You can now use Swift Concurrency in applications that deploy to macOS Catalina 10.15, iOS 13, tvOS 13, and watchOS 6 or newer. This support includes async/await, actors, global actors, structured concurrency, and the task APIs. (70738378)
Major internal change but I think it's possible not to break current API by using method overloading.
And keep the Promises version for a while.