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

Document creating Multis from a generator #867

Merged
merged 1 commit into from
Mar 11, 2022
Merged

Conversation

jponge
Copy link
Member

@jponge jponge commented Mar 11, 2022

See #866

@jponge jponge requested a review from geoand March 11, 2022 14:41
@jponge jponge added the documentation Improvements or additions to documentation label Mar 11, 2022
@jponge jponge added this to the 1.5.0 milestone Mar 11, 2022
@jponge jponge linked an issue Mar 11, 2022 that may be closed by this pull request
@cescoffier cescoffier enabled auto-merge March 11, 2022 14:43
@codecov
Copy link

codecov bot commented Mar 11, 2022

Codecov Report

Merging #867 (18bec32) into main (c4fd4bf) will increase coverage by 0.19%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #867      +/-   ##
============================================
+ Coverage     89.10%   89.29%   +0.19%     
- Complexity     3071     3078       +7     
============================================
  Files           386      386              
  Lines         12354    12354              
  Branches       1574     1576       +2     
============================================
+ Hits          11008    11032      +24     
+ Misses          705      692      -13     
+ Partials        641      630      -11     
Impacted Files Coverage Δ
...in/java/io/smallrye/mutiny/groups/MultiReplay.java 100.00% <ø> (ø)
.../io/smallrye/mutiny/helpers/queues/DrainUtils.java 77.77% <0.00%> (-2.23%) ⬇️
...mallrye/mutiny/operators/multi/MultiFlatMapOp.java 84.80% <0.00%> (-0.92%) ⬇️
...lrye/mutiny/subscription/SerializedSubscriber.java 86.23% <0.00%> (+0.91%) ⬆️
...a/io/smallrye/mutiny/helpers/BlockingIterable.java 87.03% <0.00%> (+0.92%) ⬆️
...tiny/operators/multi/MultiBufferWithTimeoutOp.java 74.78% <0.00%> (+1.68%) ⬆️
...io/smallrye/mutiny/operators/uni/UniMemoizeOp.java 93.20% <0.00%> (+1.94%) ⬆️
...allrye/mutiny/operators/uni/UniAndCombination.java 90.19% <0.00%> (+1.96%) ⬆️
...mallrye/mutiny/operators/multi/FlatMapManager.java 98.61% <0.00%> (+2.77%) ⬆️
... and 4 more

@cescoffier cescoffier merged commit 987df1b into main Mar 11, 2022
@cescoffier cescoffier deleted the doc/multi-generator branch March 11, 2022 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mention Multi.createFrom().generator() in creating-multis doc
2 participants