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

3.x: Standardize many of the operator fusion interfaces & queues #7320

Merged
merged 1 commit into from Aug 25, 2021

Conversation

akarnokd
Copy link
Member

@akarnokd akarnokd commented Aug 24, 2021

This PR opens up the internal fusion-related interfaces and the two most used atomic queue implementations to become standard:

  • QueueFuseable
  • QueueDisposable
  • QueueSubscription
  • ScalarSupplier
  • SimpleQueue
  • SimplePlainQueue
  • SpscArrayQueue
  • SpscLinkedArrayQueue

Their javadocs have been tidied up a bit as well.

Resolves #7318

@codecov
Copy link

codecov bot commented Aug 24, 2021

Codecov Report

Merging #7320 (4e8e029) into 3.x (3e77f5c) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.x    #7320      +/-   ##
============================================
- Coverage     99.56%   99.55%   -0.02%     
+ Complexity     6784     6782       -2     
============================================
  Files           751      751              
  Lines         47490    47490              
  Branches       6378     6378              
============================================
- Hits          47284    47277       -7     
- Misses           95       96       +1     
- Partials        111      117       +6     
Impacted Files Coverage Δ
.../main/java/io/reactivex/rxjava3/core/Flowable.java 100.00% <ø> (ø)
...ain/java/io/reactivex/rxjava3/core/Observable.java 100.00% <ø> (ø)
.../rxjava3/internal/disposables/EmptyDisposable.java 100.00% <ø> (ø)
.../internal/fuseable/AbstractEmptyQueueFuseable.java 90.90% <ø> (ø)
...a3/internal/fuseable/CancellableQueueFuseable.java 100.00% <ø> (ø)
...x/rxjava3/internal/jdk8/FlowableFlatMapStream.java 100.00% <ø> (ø)
...ivex/rxjava3/internal/jdk8/FlowableFromStream.java 100.00% <ø> (ø)
...vex/rxjava3/internal/jdk8/FlowableMapOptional.java 100.00% <ø> (ø)
...ex/rxjava3/internal/jdk8/ObservableFromStream.java 100.00% <ø> (ø)
...vex/rxjava3/internal/jdk8/ParallelMapOptional.java 100.00% <ø> (ø)
... and 129 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3e77f5c...4e8e029. Read the comment docs.

@akarnokd akarnokd merged commit 80c83a4 into ReactiveX:3.x Aug 25, 2021
@akarnokd akarnokd deleted the FuseableOpenUp3x branch August 25, 2021 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3.x: osgi manifest.mf Bundle-SymbolicName not following conventions and *.internal.* packages not exported
2 participants