An open API service indexing awesome lists of open source software.

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

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?