Merge pull request #13250 from edizor/master

Update README
This commit is contained in:
Loredana Crusoveanu 2023-01-09 11:39:21 +02:00 committed by GitHub
commit 1fdc6cd60e
2 changed files with 1 additions and 1 deletions

View File

@ -3,3 +3,4 @@
This module contains articles about RxJava.
### Relevant articles:
- [RxJava Single.just() vs Single.fromCallable()](https://www.baeldung.com/rxjava-single-just-single-fromcallable)

View File

@ -14,4 +14,3 @@ This module contains articles about RxJava.
- [Combining RxJava Completables](https://www.baeldung.com/rxjava-completable)
- [RxJava Hooks](https://www.baeldung.com/rxjava-hooks)
- [Retry with Delay in RxJava](https://www.baeldung.com/rxjava-retry-with-delay)
- [RxJava Single.just() vs Single.fromCallable()](https://www.baeldung.com/rxjava-single-just-single-fromcallable)