Common APIs: Cats Effect IO [Part-2]
Introduction
In the part 1 of this series, we looked at Cats Effect 3 and how to run a simple app written using it. In this part, let's look at some of the common APIs and methods used with IO datatype.
map, flatMap and for-comprehension
Since IO is...
yadukrishnan.live4 min read