From ebb0837588336e32fc1258a3838673afdd31ee71 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 7 May 2024 09:23:12 +0200 Subject: API changes * lanes.sleep accepts 'indefinitely'. * settings.with_timers is false by default --- docs/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index f08947e..e811074 100644 --- a/docs/index.html +++ b/docs/index.html @@ -311,7 +311,7 @@ If equal to false or nil, Lanes doesn't start the timer service, and the associated API will be absent from the interface (see below). - Default is true. + Default is false. @@ -1328,7 +1328,7 @@ events to a common Linda, but... :).

- Timers are implemented as a lane. They can be disabled by setting "with_timers" to nil or false to lanes.configure(). + Timers are implemented as a lane. They can be enabled by setting "with_timers" to true in lanes.configure() settings.

@@ -1395,7 +1395,7 @@ events to a common Linda, but... :).

-	void = lanes.sleep([seconds|false])
+	void = lanes.sleep(['indefinitely'|seconds|false])
 

-- cgit v1.2.3-55-g6feb