aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 3e3816a..9feb5da 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1516,7 +1516,7 @@
1516<p> 1516<p>
1517 Unbatched <tt>receive()</tt> return values can be: 1517 Unbatched <tt>receive()</tt> return values can be:
1518 <ul> 1518 <ul>
1519 <li><tt>nil, lanes.cancel_error</tt> if interrupted by a hard cancel request.</li> 1519 <li><tt>nil, lanes.cancel_error</tt> if interrupted by a soft cancel request.</li>
1520 <li><tt>nil, "timeout"</tt> if nothing was available.</li> 1520 <li><tt>nil, "timeout"</tt> if nothing was available.</li>
1521 <li>A slot and the value extracted from it. Note that <tt>nil</tt> can be sent and received; the first returned value <tt>slot</tt> will tell it apart from a timeout.</li> 1521 <li>A slot and the value extracted from it. Note that <tt>nil</tt> can be sent and received; the first returned value <tt>slot</tt> will tell it apart from a timeout.</li>
1522 </ul> 1522 </ul>