Fresh Async With Kotlin • Roman Elizarov • GOTO 2018

preview_player
Показать описание
This presentation was recorded at GOTO Copenhagen 2018. #gotocon #gotocph

Roman Elizarov - Kotlin Libraries Team Lead at JetBrains

ABSTRACT
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 [...]

Download slides and read the full abstract here:

#kotlin #Coroutines #AsynchronousProgramming

Looking for a unique learning experience?

SUBSCRIBE TO OUR CHANNEL - new videos posted almost daily.
Рекомендации по теме
Комментарии
Автор

by far the best technique of managing asynchronous code so far

panemampojmaperla
Автор

Is there an example we can see for writing/using higher-order functions with Coroutines?

igorg.
Автор

You say callbacks are hell? No way! Understanding how coroutines or async/await stuff works is real hell! 🤯🤯🤯

alxkub