Devoxx Ukraine 2019: Coroutines for Java Developers - Eugene Petrenko

Опубликовано: 16 Октябрь 2024
на канале: Devoxx Ukraine
361
11

Devoxx Ukraine 2020 becomes a FREE ONLINE event
6-7th of November Kyiv, Ukraine
Registration: https://devoxx.com.ua

Did you know that coroutines were invented about 50 years ago? A coroutine is a function that can not only return but also suspend somewhere in the middle and resume later from that point. Coroutines are implemented in Kotlin, an open source, modern, pragmatic and statically typed, multiplatform and JVM programming language. We’ll use coroutines as the remedy for the callback hell problem of non-blocking server-side applications, graphical, mobile or client applications. We see how to write an equivalent code a linear looking code with suspend functions. You’ll learn how to apply Kotlin coroutines for your existing project independently of JVM version.

#devoxxua #devoxx #java