
real-time dependency
a relationship between operations where one ends before another begins
real-time dependency in a sentence
“The commit established a real-time dependency — the read couldn't have happened before the write completed.”
Related Words
read-write dependency
a relationship where operation A reads a version and operation B writes the next version of the same object
session dependency
a relationship between operations within a session performed in total order
version
a specific state an object assumes at a point in time during execution
version order
an ordering over object versions encoding the sequence each object progressed through
write-read dependency
a relationship where operation A writes a version that operation B subsequently reads
write-write dependency
a relationship where operation A writes a version that operation B overwrites