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
so that later I could schedule execution with some other coroutine using Nursery from aionursery. Otherwise, I was running into exceptions being thrown while my app was exiting.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
would it be possible to split
run()
method into preparation part, which creates sending and receiving coroutines and the execution part?Right now, with the code I am integrating your module into, I had to copy-paste some of the
run()
functionality into:so that later I could schedule execution with some other coroutine using
Nursery
fromaionursery
. Otherwise, I was running into exceptions being thrown while my app was exiting.Thanks.
The text was updated successfully, but these errors were encountered: