`.effect`
# arrow
p
.effect
g
Thanks @pakoito
p
not effect, apologies, fx is what you want
although it may only exist in the latest snapshoit
g
so I see,
binding{}
and
monokBindingCatch
are merged to
fx
which takes care of error handling as well
p
yep yep 😄
g
Hey just another doubt, are there extensions for Kotlin coroutines
Flow
?
I see
FlowableK
is for rx2
and kotlinx lack documents
p
you can use
effect { }
to execute `Flow`s inside, and the new integration module if you'd like for them to be scoped