https://github.com/futuremind/schedulers-cheat-sheet
https://github.com/futuremind/schedulers-cheat-sheet
cheat-sheet cheat-sheets cheatsheet cheatsheets kotlin reactive rxjava rxjava2
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/futuremind/schedulers-cheat-sheet
- Owner: FutureMind
- License: mit
- Created: 2017-08-25T14:09:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T10:07:23.000Z (almost 7 years ago)
- Last Synced: 2025-01-16T08:32:21.770Z (over 1 year ago)
- Topics: cheat-sheet, cheat-sheets, cheatsheet, cheatsheets, kotlin, reactive, rxjava, rxjava2
- Language: Kotlin
- Homepage: https://www.futuremind.com/blog/rxjava-schedulers-cheat-sheet
- Size: 311 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rx Schedulers Cheat Sheet Demo
This project is the code behind a Future Mind's [blog article](https://www.futuremind.com/blog/rxjava-schedulers-cheat-sheet).
The [SchedulersTest.kt](/app/src/test/java/com/futuremind/subscriberscheatsheet/SchedulersTest.kt) class is the one to look for. It contains a reactive chain and a set of tests to verify that specific operations (represented by *animals*) are made on appropriate schedulers (represented by *animal classes*).
It's written in Kotlin and uses RxJava 2.
## The cheat sheet
You're not in the mood of running any tests and would rather just grab a pretty, colorful PDF, frame it and put over the fireplace?
[Say no more.](/schedulers-cheat-sheet.pdf)
## Building note
Sometimes Android Studio has problems with building pure Kotlin projects (no Android dependencies). You may have to build this project from command line (`gradle build`) to run the tests.