From 6763dcaf19783bf2c877dd9707917c65eaf53dfe Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 17 Dec 2012 11:50:15 +0100 Subject: Update docs/index.html --- docs/index.html | 7 ++----- 1 file 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 @@

- 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