File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -145,10 +145,11 @@ end
145145 ]}
146146
147147 The above mutex outperforms most other mutexes under both no/low and high
148- contention scenarios. In no/low contention scenarios the use
149- [fetch_and_add] provides low overhead. In high contention scenarios the
150- above mutex allows unfairness, which avoids
151- {{:https://en.wikipedia.org/wiki/Lock_convoy} lock convoy}.
148+ contention scenarios. In no/low contention scenarios the use of
149+ {{!Awaitable.fetch_and_add} [fetch_and_add]} provides low overhead. In high
150+ contention scenarios the above mutex allows unfairness, which avoids
151+ performance degradation due to the
152+ {{:https://en.wikipedia.org/wiki/Lock_convoy} lock convoy} phenomena.
152153
153154 {2 [Condition]}
154155
You can’t perform that action at this time.
0 commit comments