In addition to continueOn, what if `ctx.effect` ha...
# arrow-contributors
r
In addition to continueOn, what if
ctx.effect
had a second argument which by default switches back to another context when the effect is completed?
Copy code
!NonBlocking.effect(continueOn = UI) {
    foo()
}
or something similar