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

Issue #1317: Kotlin - Add typed variants of Uni.awaitSuspending #1322

Closed
wants to merge 1 commit into from

Conversation

heubeck
Copy link
Collaborator

@heubeck heubeck commented Jul 24, 2023

Proposal to solve #1317

@hantsy - your reference methods awaitSingle* extends a Publisher with potential numerous items, whereas Uni isn't a Publisher and emits at max one item.
That's why I don't consider "single" a good naming.

Happy to hear your opinion.

@hantsy
Copy link

hantsy commented Jul 25, 2023

In the Reactor related extension, it is clear to differentiate the Mono and Flux extensions.

Check Mono extension and RxJava Maybe extension, they are a good match with Uni right?

@heubeck
Copy link
Collaborator Author

heubeck commented Jul 25, 2023

Check Mono extension and RxJava Maybe extension, they are a good match with Uni right?

you're right, will do.

@heubeck
Copy link
Collaborator Author

heubeck commented Jul 25, 2023

Suspending this PR because of #1325

@heubeck heubeck closed this Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants