Expand description
Coordinator-side support machinery for (frontend) read-then write.
TODO(aljoscha): Write submission still goes through the coordinator. In the long run we want a group-commit task that runs independently, so that session tasks can submit write requests to it directly.
Enumsยง
- Dependency
Policy ๐ - Which dependency rules a read-then-write is held to.
Functionsยง
- enqueue ๐
- Adds
idto the worklist the first time it is seen, enforcing the dependency bound. - validate_
read_ ๐then_ write_ dependencies - Validates all transitive dependencies of a read-then-write selection.