Skip to content
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

Controller: add support for a single event type to trigger multiple threads (ordered by priority) #39

Open
joshjung opened this issue Feb 5, 2017 · 0 comments

Comments

@joshjung
Copy link
Collaborator

joshjung commented Feb 5, 2017

Controller: add support for a single event type to trigger multiple threads (ordered by priority) within the same Controller.

Note that this is primarily useful when one controller extends another or when you want two threads to run in parallel in response to a single event.

We should probably consider doing a clone of the event between the two threads - but this is going to get super complicated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant