We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929816f commit 0dcdf6cCopy full SHA for 0dcdf6c
README.md
@@ -0,0 +1,5 @@
1
+# Java-MutualExclusive
2
+
3
+Processes A and B want to access file X first and then Y.
4
+All accesses are mutually exclusive. The requirement is that whichever of A and B accesses X first must also be first to access Y.
5
+For example, if X is accessed in the order BA, then Y must also be accessed in the order BA.
0 commit comments