Kotlin Libraries: Concurrency
Today’s Kotlin library article is about the kotlin.concurrent
package, and everything that adds to the platform.
Java’s concurrency package is already quite sophisticated, and rather than re-invent so many extremely delicate abstractions, the Kotlin authors focused on making the libraries better suited to the language by decorating and shortening various features.