We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fbcf6d commit e451072Copy full SHA for e451072
threads.tex
@@ -965,7 +965,7 @@
965
966
\begin{itemize}
967
\item one conditional variable can be used to announce multiple situations
968
-at once -- e.g. when inserting or removal an item to/from a queue.
+at once -- e.g. when inserting or removing an item to/from a queue.
969
Because of this, it is necessary to test the condition the thread is waiting
970
for. Another consequence of this is that it is neccessary to use broadcast
971
in such situation. Let's assume that both readers and writers are waiting for
0 commit comments