-
Notifications
You must be signed in to change notification settings - Fork 9
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
feature request: process interruption #3
Comments
What should it do? |
Isn't it like yielding an Effect::Event(0.0, other), other being the other process you want to interrupt? |
Maybe we can make the context be a |
I really like the idea with |
Is it possible to implement process interruption in a similar way as in
simpy
?The text was updated successfully, but these errors were encountered: