1 min readNov 27, 2018
Monix provides cats-effects typeclasses, so if you are programming using cats and cats-effect typeclasses (but not the IO type), you can simply use Monix’s Task instead of the built-in Cats IO. (btw.: Cats IO is a poorer version of Monix Task anyway)