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

[swift2objc] Support async annotation #1773

Closed
liamappelbe opened this issue Dec 2, 2024 · 0 comments · Fixed by #1779
Closed

[swift2objc] Support async annotation #1773

liamappelbe opened this issue Dec 2, 2024 · 0 comments · Fixed by #1779
Assignees
Labels
good first issue A good starting issue for contributors (issues with this label will appear in /contribute) package:swift2objc

Comments

@liamappelbe
Copy link
Contributor

Probably just need to parse this in the same way as we parse throws, and then codegen it correctly, including awaiting the result of the wrapped function.

@liamappelbe liamappelbe added good first issue A good starting issue for contributors (issues with this label will appear in /contribute) package:swift2objc labels Dec 2, 2024
@liamappelbe liamappelbe self-assigned this Dec 3, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in ObjC/Swift interop Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue A good starting issue for contributors (issues with this label will appear in /contribute) package:swift2objc
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant