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

Feature request: Allow for mode executors to activate other mode executors #40

Open
frnyb opened this issue Jun 14, 2024 · 1 comment
Open

Comments

@frnyb
Copy link

frnyb commented Jun 14, 2024

Thank you for great work. This is the future.

As the title suggests. This would significantly enable open source sharing and modularization of systems, as it would allow a system to be reused simply by running it and activating the corresponding mode executor. It should therefore come along with the option for mode executors to "finish", and then for other mode executors to reactivate on a finished mode executor. It would allow sharing functionality without the user having to reimplement the internal mode switching logic contained in the mode executor.

What are your thoughts?

@bkueng
Copy link
Collaborator

bkueng commented Jul 2, 2024

Good input. I considered this when designing the current logic and ended up discarding it because it adds a lot of complexity (the need for hierarchical management, and how a user can interact with it), while something similar is already possible by separating a mode into different tasks.
I won't object though if someone comes up with a nice design and implementation for a hierarchy.

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

No branches or pull requests

2 participants