diff options
| author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-06-26 08:28:04 +0200 |
|---|---|---|
| committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-06-26 08:28:04 +0200 |
| commit | 4f5fa626c0279f5aefac477a29702c43a6754c5a (patch) | |
| tree | fef31a532be5057f1e1f225bfafe1d8e6c9f1ea2 /docs | |
| parent | c3b0c5f50fe7950c84f6e9c482cfe1f8883cffc5 (diff) | |
| download | lanes-4f5fa626c0279f5aefac477a29702c43a6754c5a.tar.gz lanes-4f5fa626c0279f5aefac477a29702c43a6754c5a.tar.bz2 lanes-4f5fa626c0279f5aefac477a29702c43a6754c5a.zip | |
Minor documentation fix
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index ab8aed2..ebb93d3 100644 --- a/docs/index.html +++ b/docs/index.html | |||
| @@ -71,7 +71,7 @@ | |||
| 71 | </p> | 71 | </p> |
| 72 | 72 | ||
| 73 | <p> | 73 | <p> |
| 74 | This document was revised on 05-Jun-25, and applies to version <tt>4.0.0</tt>. | 74 | This document was revised on 26-Jun-25, and applies to version <tt>4.0.0</tt>. |
| 75 | </p> | 75 | </p> |
| 76 | </font> | 76 | </font> |
| 77 | </center> | 77 | </center> |
| @@ -1176,7 +1176,7 @@ | |||
| 1176 | <li><tt>nil, "killed"</tt> if forcefully killed.</li> | 1176 | <li><tt>nil, "killed"</tt> if forcefully killed.</li> |
| 1177 | <li><tt>true [, returned-values]</tt>: The return values of the lane function.</li> | 1177 | <li><tt>true [, returned-values]</tt>: The return values of the lane function.</li> |
| 1178 | </ul> | 1178 | </ul> |
| 1179 | If the lane handle obtained from <tt>lanes.gen()</tt> is to-be-closed, closing the value will cause a call to <tt>join()</tt>. Since it is implicit, the lane body isn't forced to return non-<tt>nil</tt> in that case. | 1179 | If the lane handle obtained from <tt>lanes.gen()</tt> is to-be-closed, closing the value will cause a call to <tt>join()</tt>. |
| 1180 | </p> | 1180 | </p> |
| 1181 | 1181 | ||
| 1182 | <table border=1 bgcolor="#FFFFE0" cellpadding="10" style="width:50%"><tr><td><pre> | 1182 | <table border=1 bgcolor="#FFFFE0" cellpadding="10" style="width:50%"><tr><td><pre> |
