-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.x: improve Flowable.timeout() (#5661)
* 2.x: improve Flowable.timeout() * Remove the now unused FullArbiter(Subscriber) * Don't read the volatile twice
- Loading branch information
Showing
9 changed files
with
692 additions
and
748 deletions.
There are no files selected for viewing
408 changes: 226 additions & 182 deletions
408
src/main/java/io/reactivex/internal/operators/flowable/FlowableTimeout.java
Large diffs are not rendered by default.
Oops, something went wrong.
298 changes: 160 additions & 138 deletions
298
src/main/java/io/reactivex/internal/operators/flowable/FlowableTimeoutTimed.java
Large diffs are not rendered by default.
Oops, something went wrong.
57 changes: 0 additions & 57 deletions
57
src/main/java/io/reactivex/internal/subscribers/FullArbiterSubscriber.java
This file was deleted.
Oops, something went wrong.
232 changes: 0 additions & 232 deletions
232
src/main/java/io/reactivex/internal/subscriptions/FullArbiter.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.