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

[Reactive] Reimplement Concat with varargs #1815

Merged
merged 1 commit into from
May 19, 2020

Conversation

akarnokd
Copy link
Collaborator

This implementation avoids the recursive synchronous stack a nested concat would do on its own.

Named as concatArray to avoid (possible) ambiguity with concat(Publisher, Publisher).

@danielkec danielkec self-assigned this May 18, 2020
@danielkec danielkec added the reactive Reactive streams and related components label May 18, 2020
@danielkec danielkec added this to In progress in Helidon 2.0 via automation May 18, 2020
@danielkec danielkec added this to the 2.0.0 milestone May 18, 2020
@danielkec danielkec merged commit 28cb3e8 into helidon-io:master May 19, 2020
Helidon 2.0 automation moved this from In progress to Done May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reactive Reactive streams and related components
Projects
No open projects
Helidon 2.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants