Kotlin Coroutines Experimental Release

Kotlin 1.1 introduced coroutines as an experimental feature, allowing developers to write asynchronous code that looks sequential.

Significance

This laid the foundational asynchronous paradigm upon which Flow would later be built, making developers accustomed to `suspend` functions.

Key facts

Date
2017-03-01
Type
release
Location
Online, JetBrains