In this session, I will guide you through two recent additions to Ox that I helped implement: channel operators and retries.

Ox is a toolkit for safe direct-style concurrency and resiliency in Scala 3 on the JVM. It leverages the latest features of the JDK, such as virtual threads and structured concurrency.
In this session, I will guide you through two recent additions to Ox that I helped implement: channel operators and retries.
We will begin by exploring the principles of interacting with Ox channels, including how to send and receive elements, and how to signal completion or errors. Then, we will build an operator from scratch to understand the guidelines for creating your own operators.
In the second part, I will delve into the design process of one of Ox's resiliency mechanisms: retries. We will discuss the goals, choices, and potential future improvements of this feature.
In this beginner-friendly talk we'll try to find out using the power of Scala and functional programming techniques.
We managed to alleviate almost entirely the slowdown induced by Tapir in a web socket server. The journey towards this goal was quite insightful, and we would like to share it with you.
Join me in a talk empowering you to build Scala applications that not only excel internally but also deliver optimal experiences from an external perspective.
Don't miss out on this opportunity to connect with Scalar community and create lasting memories
Listen to a story of how we have dealt with 201 obstacles allowing us to run multithreaded programs natively!