MENU

Fun & Interesting

Julien Truffaut - Resource Management Made Easy: Introducing Resource from cats-effect Library

Scala Days Conferences 1,145 lượt xem 1 year ago
Video Not Working? Fix It Now

This presentation addresses the common issue of forgetting to close resources such as files or HTTP clients, and the resulting challenges when faced with exceptions or interruptions during processing.

I will present Resource, a solution from the cats-effect library that provides an elegant way to address this problem. We will go through various use cases demonstrating its key characteristics including error handling and composing multiple Resources together. Attendees will also learn about unconventional use cases, such as consuming elements from a queue and transforming Resources to a Stream.

Comment