Is there a relationship between the Arrow core type
Effect
and the
arrow-fx
projects? I've been using
Effect
to model effects such as calls to a database or web service. Is there a recommended way to use the features of
arrow-fx
to add retries to an
Effect
?
s
simon.vergauwen
11/26/2022, 3:38 PM
Hey @Wesley Hartford,
There is no relation between the two. Arrow Core complements the Kotlin Std, and Arrow Fx Coroutines complements KotlinX Coroutines.
In Arrow Fx Coroutines there is