Media
Graceful Resource Handling Using Structured Concurrency in Kotlin
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.

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.

-
Media2 weeks ago
Learning SwiftUI, when you already know UIKit
-
Code4 weeks ago
Thumb-Key – A privacy-conscious Android keyboard made for your thumbs
-
News4 weeks ago
Mobile App Development Best Practices – 02.05
-
Code3 weeks ago
Compose Rich Editor – A Rich text editor library for Jetpack Compose and Compose Multiplatform