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 9c76bef..ef227c8 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -855,7 +855,7 @@
855</pre></td></tr></table> 855</pre></td></tr></table>
856 856
857<p> 857<p>
858 Waits until the lane finishes, or <tt>timeout</tt> seconds have passed. Returns <tt>nil</tt> on timeout, <tt>nil,err,stack_tbl</tt> if the lane hit an error, <tt>nil, "killed"</tt> if forcefully killed (starting with v3.3.0), or the return values of the lane. 858 Waits until the lane finishes, or <tt>timeout</tt> seconds have passed. Returns <tt>nil, "timeout"</tt> on timeout (since v3.13), <tt>nil,err,stack_tbl</tt> if the lane hit an error, <tt>nil, "killed"</tt> if forcefully killed (starting with v3.3.0), or the return values of the lane.
859 Unlike in reading the results in table fashion, errors are not propagated. 859 Unlike in reading the results in table fashion, errors are not propagated.
860</p> 860</p>
861 861