Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Apple's async/await syntax #136

Closed
hiroshihorie opened this issue Sep 12, 2022 · 2 comments
Closed

Support Apple's async/await syntax #136

hiroshihorie opened this issue Sep 12, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@hiroshihorie
Copy link
Member

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.

@hiroshihorie hiroshihorie added the enhancement New feature or request label Sep 12, 2022
@hiroshihorie hiroshihorie self-assigned this Sep 13, 2022
@hiroshihorie
Copy link
Member Author

Writing a public wrapper until the SDK completely is re-written with async/await internally .
#168

@hiroshihorie
Copy link
Member Author

#168 is merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant