aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2026-02-26 11:35:11 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2026-02-26 11:35:11 +0100
commitf463ab7c4c7d861bd5adebebf8a5eb1b2cc91610 (patch)
tree19fdaff3da10e9769d20154752b36bd5e975ba3d /docs/index.html
parentb0c6549ab95650fb38a6546e0715e80da676277c (diff)
downloadlanes-f463ab7c4c7d861bd5adebebf8a5eb1b2cc91610.tar.gz
lanes-f463ab7c4c7d861bd5adebebf8a5eb1b2cc91610.tar.bz2
lanes-f463ab7c4c7d861bd5adebebf8a5eb1b2cc91610.zip
Fix linda:receive() documentation error
Diffstat (limited to 'docs/index.html')
-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>