It is too early to tell. We don't know how (and if) this proposal materializes. The goals that are set there are pretty bold and challenging, but even if they are partially achieved we might leverage some of the new JVM APIs for more efficient implementation of Kotlin coroutines.
👍 6
e
Evgeniy Zaharov
03/20/2018, 2:39 PM
@elizarov thanks for answer!
e
enleur
03/20/2018, 3:45 PM
anyway it would be great if jvm libs start to support coroutines/fibers as they do for reactivestreams
e
elizarov
03/20/2018, 3:53 PM
It would be great if JVM libs start being asynchronous. It does not matter how (callbacks, futures, rx, anything). We can leverage any kind of asynchronous library
elizarov
03/20/2018, 3:54 PM
Even if it as messy as a proposed JDBC 2 where every method returns
CompletableFuture
we can live with it. We can always write nice Kotlin DSL with suspending functions around it.