diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2018-11-08 17:32:05 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2018-11-08 17:32:05 +0100 |
commit | 0cc1c9c9dcea5955f7dab921d9a2fff78c4e1729 (patch) | |
tree | 5c35acf11087f9b60b24599695f1d3c348ebaa25 /docs | |
parent | a142eb1e1ee81919d10b55bb7fa2e33636098d85 (diff) | |
download | lanes-0cc1c9c9dcea5955f7dab921d9a2fff78c4e1729.tar.gz lanes-0cc1c9c9dcea5955f7dab921d9a2fff78c4e1729.tar.bz2 lanes-0cc1c9c9dcea5955f7dab921d9a2fff78c4e1729.zip |
Make sure any linda operation that can raise an error won't ever leave a mutex unreleased
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 2 |
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 | ||