#asynchronous-program

[ follow ]
Medium
4 months ago
Scala

Functional Pills # 16-IO Magic is here!

The IO monad in functional programming helps to wrap side effects in a clean and flexible way
Cats Effect is a library that provides abstractions for working with asynchronous programming in a purely functional style [ more ]
Medium
4 months ago
Scala

Running Cats Effect on Virtual Threads of JDK21

Cats Effect provides clear separation of effects and logics for complex concurrent asynchronous flows in Scala.
The WorkStealingPool in Cats Effect efficiently processes non-blocking runnable thunks. [ more ]
medium.com
4 months ago
Scala

Functional Pills #14Future vs Monix Task

When we're talking about asynch and concurrent programming in Scala, understanding the different between Future and Task is very VERY important.
Medium
4 months ago
Scala

Functional Pills #13-Monix Task

Welcome back to Functional Pills!
...
Today, we will take a closer look at Monix Task, a powerful tool in the functional programmer's toolkit!
[ Load more ]