|
|
|
|
|
by The_rationalist
1909 days ago
|
|
What you're waiting for is already available with Kotlin coroutines (which has a very clean API btw)
And no reactive streams still are useful for processing collection streams asynchronously and here again kotlin solve it all https://kotlinlang.org/docs/flow.html |
|
Plus, sometimes, I want to use Java.