diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-04-15 12:09:30 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-04-15 12:09:30 +0200 |
commit | 5882061eb33419f5c19719fc25a1ddde0a4f04c8 (patch) | |
tree | 0ed2db9ad24f210f964c863f3480ddb115d2a6e2 | |
parent | c0ac37c79f3d9fbc12b99541f58caaca8667182c (diff) | |
download | lanes-5882061eb33419f5c19719fc25a1ddde0a4f04c8.tar.gz lanes-5882061eb33419f5c19719fc25a1ddde0a4f04c8.tar.bz2 lanes-5882061eb33419f5c19719fc25a1ddde0a4f04c8.zip |
Fix documentation for lane:cancel()
Diffstat (limited to '')
-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 d0f3940..8826b57 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -1121,7 +1121,7 @@ | |||
1121 | </pre></td></tr></table> | 1121 | </pre></td></tr></table> |
1122 | 1122 | ||
1123 | <p> | 1123 | <p> |
1124 | <tt>timeout</tt> is an optional number >= 0. Defaults to 0 if left unspecified or <tt>nil</tt>. | 1124 | <tt>timeout</tt> is an optional number >= 0. Defaults to infinite if left unspecified or <tt>nil</tt>. |
1125 | <br /> | 1125 | <br /> |
1126 | <tt>cancel()</tt> sends a cancellation request to the lane. | 1126 | <tt>cancel()</tt> sends a cancellation request to the lane. |
1127 | <br /> | 1127 | <br /> |