Skip to content

Commit 0dcdf6c

Browse files
authored
Create README.md
1 parent 929816f commit 0dcdf6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)