From 9920acfb40cff8c78e46fd885cd30422dcbb032e Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 17 Dec 2012 11:50:15 +0100 Subject: Update docs/index.html --- index.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index f90a36e..5cd553b 100644 --- a/index.html +++ b/index.html @@ -69,7 +69,7 @@

- This document was revised on 14-Dec-12, and applies to version 3.4.1. + This document was revised on 17-Dec-12, and applies to version 3.4.1.

@@ -241,7 +241,6 @@ Any non-nil|false value instructs Lanes keeps track of all lanes, so that lanes.threads() can list them. - Default tracking behavior will only enable to get information about free-running garbage collected lanes. @@ -638,11 +637,9 @@

- Only available if lane tracking feature is compiled (see HAVE_LANE_TRACKING in lanes.c). + Only available if lane tracking feature is compiled (see HAVE_LANE_TRACKING in lanes.c) and track_lanes is set.
Returns a table where keys are a lane's name and values are the lane's status. Returns nil if no lane is running. -
- The list contents depends on configuration option track_lanes.

-- cgit v1.2.3-55-g6feb