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

Block relationships: add notion of block dependencies #18

Open
jbohren opened this issue Oct 20, 2014 · 1 comment
Open

Block relationships: add notion of block dependencies #18

jbohren opened this issue Oct 20, 2014 · 1 comment

Comments

@jbohren
Copy link
Owner

jbohren commented Oct 20, 2014

Add the option of designating some blocks as dependent on others. Allow for cyclic dependencies, i.e. if two blocks are dependent on each-other, they must both either be active or inactive at any given point.

@konradb3
Copy link
Collaborator

I was thinking about something similar. I would no like to define dependencies explicitly. Instead we can annotate the input port that they require data (>= 1 active writer) similarly to exclusivity (<= 1 active writer). I think that those two mechanism can solve all possible dependencies.

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