-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
better error message instead of @resumable function has stopped
#52
Comments
I can return also the name of the |
Yes. That would be helpful when debugging. Thanks |
I see this error if I pass a ResumableFunctions iterator as the first value of Base.intersect:
If there's isn't already an issue for this, I'll open one. |
for future reference, this is now reported in #107 |
@resumable function has stopped
a naive attempt at fixing this issue is now in #114 but it allocates |
What causes this error? I am trying to interrupt a process in SimJulia using
SimJulia.interrupt
Also, is there a way to know which resumable function stopped? I have nested processes.
The text was updated successfully, but these errors were encountered: