diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2012-12-17 11:50:15 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2012-12-17 11:50:15 +0100 |
commit | 6763dcaf19783bf2c877dd9707917c65eaf53dfe (patch) | |
tree | b39589d2056ed8dcf60ba286580d124600e499c8 /docs | |
parent | 928d35001642322ed33eb16af11c5e5e70f9d5e2 (diff) | |
download | lanes-6763dcaf19783bf2c877dd9707917c65eaf53dfe.tar.gz lanes-6763dcaf19783bf2c877dd9707917c65eaf53dfe.tar.bz2 lanes-6763dcaf19783bf2c877dd9707917c65eaf53dfe.zip |
Update docs/index.html
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html index f90a36e..5cd553b 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -69,7 +69,7 @@ | |||
69 | </p> | 69 | </p> |
70 | 70 | ||
71 | <p> | 71 | <p> |
72 | This document was revised on 14-Dec-12, and applies to version <tt>3.4.1</tt>. | 72 | This document was revised on 17-Dec-12, and applies to version <tt>3.4.1</tt>. |
73 | </p> | 73 | </p> |
74 | </font> | 74 | </font> |
75 | </center> | 75 | </center> |
@@ -241,7 +241,6 @@ | |||
241 | </td> | 241 | </td> |
242 | <td> | 242 | <td> |
243 | Any non-<tt>nil|false</tt> value instructs Lanes keeps track of all lanes, so that <a href="#tracking"><tt>lanes.threads()</tt></a> can list them. | 243 | Any non-<tt>nil|false</tt> value instructs Lanes keeps track of all lanes, so that <a href="#tracking"><tt>lanes.threads()</tt></a> can list them. |
244 | Default tracking behavior will only enable to get information about free-running garbage collected lanes. | ||
245 | </td> | 244 | </td> |
246 | </tr> | 245 | </tr> |
247 | 246 | ||
@@ -638,11 +637,9 @@ | |||
638 | </table> | 637 | </table> |
639 | 638 | ||
640 | <p> | 639 | <p> |
641 | Only available if lane tracking feature is compiled (see <tt>HAVE_LANE_TRACKING</tt> in <tt>lanes.c</tt>). | 640 | Only available if lane tracking feature is compiled (see <tt>HAVE_LANE_TRACKING</tt> in <tt>lanes.c</tt>) and <a href="#track_lanes"><tt>track_lanes</tt></a> is set. |
642 | <br> | 641 | <br> |
643 | Returns a table where keys are a lane's name and values are the lane's status. Returns <tt>nil</tt> if no lane is running. | 642 | Returns a table where keys are a lane's name and values are the lane's status. Returns <tt>nil</tt> if no lane is running. |
644 | <br> | ||
645 | The list contents depends on configuration option <a href="#track_lanes"><tt>track_lanes</tt></a>. | ||
646 | </p> | 643 | </p> |
647 | 644 | ||
648 | 645 | ||