Skip to content

Commit

Permalink
Refine wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Jul 22, 2024
1 parent d4c5b42 commit f0ee6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concurrency-primer.tex
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ \section{Concurrency tools and synchronization mechanisms}
Consequently, we should not focus on comparing which communication tools or synchronization mechanisms are better,
but rather on exploring how to effectively use these tools in a given scenario to facilitate smooth communication between threads and achieve the programmer's goals.

\section{Lock free}
\section{Lock-free}
In \secref{concurrency-tool}, we explored different mechanisms based on the characteristics of concurrency tools,
as described in \secref{atomicity} and \secref{rmw}.
In this section, we need to explore which strategies can help programmers to design a concurrency program
Expand Down

0 comments on commit f0ee6bc

Please sign in to comment.