Join Slack
Powered by
In addition to continueOn, what if `ctx.effect` ha...
# arrow-contributors
r
raulraja
04/05/2019, 11:56 AM
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
6
Views
Open in Slack
Previous
Next