Skip to main content

Module read_then_write

Module read_then_write 

Source
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ยง

DependencyPolicy ๐Ÿ”’
Which dependency rules a read-then-write is held to.

Functionsยง

enqueue ๐Ÿ”’
Adds id to 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.