I've done the first sample to view the difference ...
# coroutines
a
I've done the first sample to view the difference between blocking, async and non-blocking using CompletableFuture. I'm reading the coroutines docs to make the same with them 😁 https://github.com/aleixmorgadas/kotlin-coroutines-sample At repository, you will find, at test folder, two samples. Once you run them, you find the main differences between blocking, async and non-blocking.