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 cc640d2 commit 131bfcfCopy full SHA for 131bfcf
body.tex
@@ -234,12 +234,11 @@ \subsubsection{Sending and receiving messages}
234
spawn threads.
235
236
237
-\if 0
238
\paragraph{Implementation note}
239
Internally, handlers are desugared into a function with a case expression that returns a tuple such that the first
240
element of the tuple indicates whether the message should be picked or not, and the second element is the body
241
of the handler wrapped in a function, e.g., a value of the form \textcode{fn () => $\mathit{e_2}$}.
242
-\fi
+
243
244
\subsubsection{Example: receive with a timeout}
245
The following listing illustrates a program that implements
0 commit comments