Skip to content
Snippets Groups Projects
Commit 92e8f6d7 authored by Dan Frumin's avatar Dan Frumin
Browse files

Implement concurrent runners

- Implement the concurrent runners library

- Changed the shared bag specification to allow the predicate `P` to
  depend on the bag itself -- this is needed for the `isRunner`
  invariant: since the bag is *part* of the `Runner` class, the bag is
  constructed/allocated before the `Runner` itself is construted; but
  we want the bag invariant to depend on the `Runner` instance.
parent 916f8b66
No related branches found
No related tags found
1 merge request!5Implement modular specifications from the HOCAP paper
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment