Skip to content

Commit

Permalink
Batch semaphore, causality tracking (#151)
Browse files Browse the repository at this point in the history
* added batch semaphore

Co-authored-by: Rajeev Joshi <[email protected]>
Co-authored-by: Sarek Høverstad Skotåm <[email protected]>

* add vector clocks to batch semaphore

* tests for batch semaphore clocks

* add unfair mode to batch semaphore

---------

Co-authored-by: Rajeev Joshi <[email protected]>
Co-authored-by: Sarek Høverstad Skotåm <[email protected]>
  • Loading branch information
3 people authored Jul 24, 2024
1 parent c1661f1 commit a1a88b3
Show file tree
Hide file tree
Showing 7 changed files with 1,278 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ regex = "1.5.5"
tempfile = "3.2.0"
test-log = { version = "0.2.8", default-features = false, features = ["trace"] }
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
pin-project = "1.1.3"

[lib]
bench = false
Expand Down
Loading

0 comments on commit a1a88b3

Please sign in to comment.