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 | caccb51fa77375b89c0968bdb22798cd26dd5161 (patch) | |
tree | 2634c56a4bd3cf4cb916ecf0fa5b17be91edde03 | |
parent | 7781eca76710efe3a5269083150956bb57e0e568 (diff) | |
download | lanes-caccb51fa77375b89c0968bdb22798cd26dd5161.tar.gz lanes-caccb51fa77375b89c0968bdb22798cd26dd5161.tar.bz2 lanes-caccb51fa77375b89c0968bdb22798cd26dd5161.zip |
Make sure any linda operation that can raise an error won't ever leave a mutex unreleased
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||