Skip to content
Live Webinar

Graceful Resource Handling Using Structured Concurrency in Kotlin

February 16, 2023
-

Join Simon Vergauwen, a principal engineer in Xebia's functional programming division, for a live webinar titled, "Graceful Resource Handling Using Structured Concurrency in Kotlin."

Webinar Description:

Modern programming often requires us to make strong guarantees about how our applications terminate. One way to do this is through the use of structured concurrency, which allows us to reason about parallel processes and how they relate to each other.

In this session, we will learn how to use Arrow’s Resource Domain-Specific Language (DSL) to reason about resource safety in the same way we use structured concurrency to avoid leaking resources. We will also see how this can be combined with KotlinX Coroutines to build complex use cases in a simple and elegant way using Kotlin DSLs.

Register for this webinar on the JetBrains website.