project-loom-comparison icon indicating copy to clipboard operation
project-loom-comparison copied to clipboard

Benchmark Kotlin coroutines

Open LifeIsStrange opened this issue 3 years ago • 0 comments

Coroutines are easy and the most expressive solution out there (structured concurrency, flow, cancellability, etc) https://kotlinlang.org/docs/coroutines-overview.html As a reminder, Intellij autotranslate java into kotlin code. Also, kotlin can seamlessly call java code and vice-versa

LifeIsStrange avatar Apr 30 '22 19:04 LifeIsStrange