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

Make synchronous channels work for process families #130

Open
javierdiaz72 opened this issue Jan 15, 2024 · 1 comment · May be fixed by #131
Open

Make synchronous channels work for process families #130

javierdiaz72 opened this issue Jan 15, 2024 · 1 comment · May be fixed by #131
Assignees

Comments

@javierdiaz72
Copy link
Contributor

In #114, support for synchronous channels was added. However, this support currently works only for plain processes. We shall make synchronous channels also work for process families.

@jeltsch
Copy link
Contributor

jeltsch commented Jan 20, 2024

I’m not sure whether we should do that. My intention was to have only a typed, non-family version for such higher-level constructs. However, this leads us to working with closed processes only, and it might not be a good idea to exclude open processes, because it may prevent us from using results we’ve proved in other proofs. I guess that this whole concept of process families vs. just processes has to be thought through more, and we don’t have the time anymore to do so.

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

Successfully merging a pull request may close this issue.

2 participants