Integrating Java APIs with Cats Effect
Briefly

Cats Effect is an excellent and performant framework for doing asynchronous computations in a functional manner.It provides an IO monadic datatype for controlling the actions of your application.Effects wrapped in instances of the IO monad are lazily evaluated.They can be conveniently composed together with the flatMap function creating bigger programs and then evaluated in a resource-safe runtime.
Read at Medium
[
add
]
[
|
|
]