However, the most interesting examples on kotlin c...
# coroutines
e
However, the most interesting examples on kotlin coroutines do not use futures at all. Futures (and JDK8 module) are needed only if you have some existing APIs that return CompletableFuture to you (and you want to work with them), or if you need to produce CompletableFuture for some 3rd party code that expects it