Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jxqlovejava
/
RxJava
Public
forked from
ReactiveX/RxJava
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
RxJava
src
test
java
on
1.x
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 17, 2015
Checking if the test change is the main cause or not.
akarnokd
committed
55ffd8b
View commit details
Copy full SHA for 55ffd8b
View code at this point
Browse repository at this point
Merge pull request #2632 from simonbasle/plugErrorRenderer
Show description for 020e843
benjchristensen
committed
020e843
View commit details
Copy full SHA for 020e843
View code at this point
Browse repository at this point
Merge pull request #2807 from artem-zinnatullin/correct-interfaces
Show description for 23a240b
benjchristensen
committed
23a240b
View commit details
Copy full SHA for 23a240b
View code at this point
Browse repository at this point
Commits on Mar 11, 2015
Added more to take to decrease the likelyhood that nothing is dropped.
akarnokd
committed
bf941d5
View commit details
Copy full SHA for bf941d5
View code at this point
Browse repository at this point
Commits on Mar 6, 2015
Merge pull request #2809 from akarnokd/TakeUntilTerminationFix
Show description for 4f29be4
benjchristensen
committed
4f29be4
View commit details
Copy full SHA for 4f29be4
View code at this point
Browse repository at this point
Commits on Mar 5, 2015
Fixed takeUntil not unsubscribing from either of the observables in case
Show description for d6eb4dd
akarnokd
authored and
akarnokd
committed
d6eb4dd
View commit details
Copy full SHA for d6eb4dd
View code at this point
Browse repository at this point
Corrected all Java interfaces declarations
artem-zinnatullin
committed
c286285
View commit details
Copy full SHA for c286285
View code at this point
Browse repository at this point
ObserveOn throughput enhancements
akarnokd
committed
94b53d6
View commit details
Copy full SHA for 94b53d6
View code at this point
Browse repository at this point
Commits on Mar 4, 2015
Implement hook to render specific types in OnNextValue
simonbasle
committed
a57d4cd
View commit details
Copy full SHA for a57d4cd
View code at this point
Browse repository at this point
Merge pull request #2776 from stevenzwu/issues-2764
Show description for 4dd7040
benjchristensen
committed
4dd7040
View commit details
Copy full SHA for 4dd7040
View code at this point
Browse repository at this point
Merge pull request #2788 from zsxwing/publish-no-subscriber
Show description for 15e6444
benjchristensen
committed
15e6444
View commit details
Copy full SHA for 15e6444
View code at this point
Browse repository at this point
Commits on Mar 3, 2015
Merge pull request #2777 from stevenzwu/typo
Show description for 15d030b
akarnokd
committed
15d030b
View commit details
Copy full SHA for 15d030b
View code at this point
Browse repository at this point
Commits on Mar 2, 2015
Fix the bug that 'publish' will cache items when no subscriber
zsxwing
committed
0fd9c76
View commit details
Copy full SHA for 0fd9c76
View code at this point
Browse repository at this point
Commits on Mar 1, 2015
issue-2764: add new operator onBackpressureDrop(Action1 onDrop)
Steven Wu
committed
290602e
View commit details
Copy full SHA for 290602e
View code at this point
Browse repository at this point
Commits on Feb 28, 2015
OperatorMulticast.connect(connection) should return first subscription on multiple calls, address possible race condition provoking IAE
davidmoten
committed
382d6df
View commit details
Copy full SHA for 382d6df
View code at this point
Browse repository at this point
Commits on Feb 26, 2015
fix several typos
Steven Wu
committed
d747d52
View commit details
Copy full SHA for d747d52
View code at this point
Browse repository at this point
Commits on Feb 24, 2015
add request overflow check to OnSubscribeRange
davidmoten
committed
608dd0f
View commit details
Copy full SHA for 608dd0f
View code at this point
Browse repository at this point
Merge pull request #2770 from davidmoten/onBackpressureDrop-request-overflow
Show description for 2605ede
akarnokd
committed
2605ede
View commit details
Copy full SHA for 2605ede
View code at this point
Browse repository at this point
add request overflow check to OperatorOnBackpressureDrop
davidmoten
committed
9edfdac
View commit details
Copy full SHA for 9edfdac
View code at this point
Browse repository at this point
Commits on Feb 23, 2015
add request overflow check for combineLatest
davidmoten
committed
2043094
View commit details
Copy full SHA for 2043094
View code at this point
Browse repository at this point
Commits on Feb 21, 2015
Merge pull request #2760 from akarnokd/WithLatestFrom
Show description for c41b37d
benjchristensen
committed
c41b37d
View commit details
Copy full SHA for c41b37d
View code at this point
Browse repository at this point
Commits on Feb 20, 2015
using should use unsafeSubscribe, allow eager disposal to enable the synchronous case
davidmoten
committed
ffe0fa1
View commit details
Copy full SHA for ffe0fa1
View code at this point
Browse repository at this point
Commits on Feb 19, 2015
Operator WithLatestFrom
akarnokd
committed
758fe33
View commit details
Copy full SHA for 758fe33
View code at this point
Browse repository at this point
Commits on Feb 13, 2015
SwitchOnNext: fixed wrong producer
akarnokd
authored and
akarnokd
committed
c1d4ca7
View commit details
Copy full SHA for c1d4ca7
View code at this point
Browse repository at this point
Commits on Feb 11, 2015
Merge pull request #2627 from akarnokd/FlatMapMaxConcurrent
Show description for 13001d0
benjchristensen
committed
13001d0
View commit details
Copy full SHA for 13001d0
View code at this point
Browse repository at this point
TakeWhile: don't unsubscribe downstream.
akarnokd
committed
a128c5e
View commit details
Copy full SHA for a128c5e
View code at this point
Browse repository at this point
Commits on Feb 6, 2015
Cast back Observer to Subscriber if passed to subscribe(Observer)
akarnokd
committed
2f58536
View commit details
Copy full SHA for 2f58536
View code at this point
Browse repository at this point
FlatMap overloads with maximum concurrency parameter
akarnokd
committed
0dadcde
View commit details
Copy full SHA for 0dadcde
View code at this point
Browse repository at this point
Commits on Feb 5, 2015
Changed empty into a stateless constant observable.
akarnokd
committed
8982110
View commit details
Copy full SHA for 8982110
View code at this point
Browse repository at this point
Commits on Feb 4, 2015
Merge pull request #2593 from akarnokd/ZipHangFix2
Show description for 005f1bb
benjchristensen
committed
005f1bb
View commit details
Copy full SHA for 005f1bb
View code at this point
Browse repository at this point
Merge pull request #2567 from akarnokd/RefCountDisconnectOnTerminalEvent
Show description for 79bd261
benjchristensen
committed
79bd261
View commit details
Copy full SHA for 79bd261
View code at this point
Browse repository at this point
Merge pull request #2493 from akarnokd/OperatorDoTakeWhile
Show description for 1f08a67
benjchristensen
committed
1f08a67
View commit details
Copy full SHA for 1f08a67
View code at this point
Browse repository at this point
Commits on Feb 3, 2015
Less iteration.
akarnokd
authored and
akarnokd
committed
55d5ca5
View commit details
Copy full SHA for 55d5ca5
View code at this point
Browse repository at this point
Zip: emit onCompleted without waiting for request + avoid re-reading
Show description for 802b41d
akarnokd
authored and
akarnokd
committed
802b41d
View commit details
Copy full SHA for 802b41d
View code at this point
Browse repository at this point
Merge pull request #2589 from akarnokd/OperatorDistinctFix
Show description for e901ffa
benjchristensen
committed
e901ffa
View commit details
Copy full SHA for e901ffa
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.