Fresh Async With Kotlin

Roman Elizarov | GOTO Copenhagen 2018

Share on:
linkedin facebook
Copied!

Transcript

Asynchronous programming is on the rise. Modern software systems are connected and constantly communicating. Programming languages are adding some form of asynchronous programming like async/await. However, Kotlin had taken a fresh approach to this problem with Kotlin Coroutines.

In this talk, we’ll study various approaches to asynchronous programming, their evolution, differences and similarities. We’ll see the problem with the traditional async/await approach that is based on futures/promises and how the Kotlin’s solution that is based on concepts of coroutines and continuations is giving us safer and easier programming model.

About the speakers

Roman Elizarov
Roman Elizarov

Kotlin Libraries Team Lead at JetBrains