-
Notifications
You must be signed in to change notification settings - Fork 173
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
Feat improve java interop #579
Conversation
…ava-interop # Conflicts: # templates/kotlin/src/main/kotlin/io/appwrite/services/ServiceTemplate.kt.twig
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't test any of this and I know barely anything about Continuations, but the syntax looks great! It's really clean!
I'm only concerned about how much it will bother people with there being such a breaking change 😕
@stnguyen90 It's not breaking 😉 |
…nterop # Conflicts: # templates/android/docs/java/example.md.twig # templates/android/docs/kotlin/example.md.twig # templates/kotlin/docs/java/example.md.twig # templates/kotlin/docs/kotlin/example.md.twig # templates/swift/docs/example.md.twig
What does this PR do?
Add coroutine continuation wrapper for easier use from Java
Before:
After:
Test Plan
Manual test
Related PRs and Issues
Supercedes #575
Have you read the Contributing Guidelines on issues?
Yes