We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Uni.awaitSuspending
Follow the existing extension modules from https://github.com/Kotlin/kotlinx.coroutines/tree/master/reactive, add Uni.awaitSingle() and Uni.awaitSingleOrNull instead, the naming is more clear and easy migrated from other ReactiveStreams/JDK9 Flow impls.
Uni.awaitSingle()
Uni.awaitSingleOrNull
The text was updated successfully, but these errors were encountered:
Issue #1317: Kotlin - Add typed variants of Uni.awaitSuspending
b9905f1
0738d1b
lets follow up on this discussion in #1325
Sorry, something went wrong.
heubeck
No branches or pull requests
Follow the existing extension modules from https://github.com/Kotlin/kotlinx.coroutines/tree/master/reactive, add
Uni.awaitSingle()
andUni.awaitSingleOrNull
instead, the naming is more clear and easy migrated from other ReactiveStreams/JDK9 Flow impls.The text was updated successfully, but these errors were encountered: