https://github.com/mkulak/reactive-is-easy
Sample project with a puzzle
https://github.com/mkulak/reactive-is-easy
kotlin reactive rxjava2
Last synced: 2 months ago
JSON representation
Sample project with a puzzle
- Host: GitHub
- URL: https://github.com/mkulak/reactive-is-easy
- Owner: mkulak
- Created: 2023-02-28T10:07:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T10:07:54.000Z (over 2 years ago)
- Last Synced: 2025-02-09T07:15:09.679Z (4 months ago)
- Topics: kotlin, reactive, rxjava2
- Language: Kotlin
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Try to find bug
==[Here](src/main/kotlin/FutureUtils.kt) is method that converts java's **CompletableFuture** into rxjava2 **Observable**.
This implementation contains bug(s).There are [tests](src/test/kotlin/FutureUtilsKtTest.kt) that showcase the bug.
Can you make it pass?