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

Extract ProcessTable #24

Open
NicolasT opened this issue Mar 23, 2023 · 1 comment
Open

Extract ProcessTable #24

NicolasT opened this issue Mar 23, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@NicolasT
Copy link
Owner

The ProcessTable newtype (currently Map ProcessId ProcessContext) and associated actions would encapsulate all operations (within STM) which affect two or more processes (e.g., link, unlink, monitor,...).

By properly encapsulating this, we can be "more certain" various transactions are each other's inverse (e.g., unlink undoes what link does), and test this (likely using some model/stateful testing approach).

@NicolasT NicolasT added the enhancement New feature or request label Mar 23, 2023
@NicolasT NicolasT self-assigned this Mar 23, 2023
@NicolasT
Copy link
Owner Author

"Next PID" management could be folded into this as well, then.

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

No branches or pull requests

1 participant