You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: concurrency-primer.tex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -690,7 +690,7 @@ \section{Concurrency tools and synchronization mechanisms}
690
690
Consequently, we should not focus on comparing which communication tools or synchronization mechanisms are better,
691
691
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.
692
692
693
-
\section{Lockfree}
693
+
\section{Lock-free}
694
694
In \secref{concurrency-tool}, we explored different mechanisms based on the characteristics of concurrency tools,
695
695
as described in \secref{atomicity} and \secref{rmw}.
696
696
In this section, we need to explore which strategies can help programmers to design a concurrency program
0 commit comments