Skip to content

Commit

Permalink
README: add links
Browse files Browse the repository at this point in the history
  • Loading branch information
neilotoole committed Jan 19, 2024
1 parent b6ec576 commit 78c90b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ starvation threshold, at which point `sync.Mutex` enters "starvation mode"
for those starved waiters, but that's too late for our use case).

`fifomu.Mutex` implements the exported methods of `sync.Mutex` and thus is
a drop-in replacement (and by extension, also implements `sync.Locker`).
a drop-in replacement (and by extension, also implements [`sync.Locker`](https://pkg.go.dev/sync#Locker)).
It also provides a bonus context-aware [`LockContext`](https://pkg.go.dev/github.com/neilotoole/fifomu#Mutex.LockContext)
method.

Expand Down

0 comments on commit 78c90b3

Please sign in to comment.