Skip to content

Commit 865c6ca

Browse files
committed
Wordsmithing
1 parent ffcbe2a commit 865c6ca

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lib/picos_std.awaitable/picos_std_awaitable.mli

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)