You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
executeOn returns to the previously default scheduler so asyncBoundary is redundant.
Looks like the docs weren't updated - thank you for bringing it up :)
When try out the code on https://github.com/monix/monix.io/blame/master/_docs/3x/eval/task.md#L599-L639 I see no difference between the two case with or without the asyncBoundary call.
In other words, it seems that now only the
forked
Task runs in theScheduler.io()
and the onFinish reverts to a thread from the default Scheduler.Here's what I'm seeing in Ammonite:
Is there something I'm missing? Or has there been a change in behavior since this was written?
The text was updated successfully, but these errors were encountered: