<https://twitter.com/arrow_kt/status/1572209701097...
# arrow
r
f
Is there an ETA for arrow 2.0?
a
Not really, but we're trying to back port new APIs as much as possible
d
I have a small question about the new version: For the effects, context receivers are used (context(EffectScope<DomainError>)). I have assumed so far that this feature is still experimental and cannot be used productively. Do I have any old information on this or have I misunderstood this in the Kotlin documentation?
a
context receivers are still experimental, you’re right, which is a bit of a bummer
you can still use it in the “older” way and write
suspend fun EffectScope<DomainError>.thingThatMayFail()