Skip to content

Commit

Permalink
fcntl comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brong committed Jan 21, 2025
1 parent bc5432a commit 46cc034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/README.twom.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Structures named `twom_` are public, `tm_` are entirely internal.

## Locking

Twom uses a two-phase locking system, as described in [a stackoverflow post](https://stackoverflow.com/questions/27625597/how-to-implement-a-writer-preferring-read-write-lock-for-nix-processes).
Twom uses fcntl for locking, specifically a two-phase locking system, as described in [a stackoverflow post](https://stackoverflow.com/questions/27625597/how-to-implement-a-writer-preferring-read-write-lock-for-nix-processes).

Copying the key parts here:

Expand Down

0 comments on commit 46cc034

Please sign in to comment.