We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739014f commit e603de1Copy full SHA for e603de1
1 file changed
README.md
@@ -106,7 +106,7 @@ Each file name is associated with:
106
- A rwlock_t *
107
- A reference counter
108
- A heap-allocated URI string
109
-### Worker behavior: ###
+Worker behavior:
110
- GET → reader_lock(), read file, reader_unlock()
111
- PUT → writer_lock(), write/overwrite, writer_unlock()
112
### Writer-Priority Read–Write Lock
0 commit comments