From 437759ddf0ce7e6dc5ed4944e033ef04674de430 Mon Sep 17 00:00:00 2001
From: Benoit Germain
- This document was revised on 26-Feb-14, and applies to version 3.9.2. + This document was revised on 27-Feb-14, and applies to version 3.9.3.
@@ -1038,7 +1038,7 @@h = lanes.linda( [opt_name, [opt_group]]) - [true|lanes.cancel_error] = h:send( [timeout_secs,] key, ...) + [true|lanes.cancel_error] = h:send( [timeout_secs,] [h.null,] key, ...) [key, val]|[lanes.cancel_error] = h:receive( [timeout_secs,] key [, ...]) @@ -1071,6 +1071,10 @@ send() returns true if the sending succeeded, and false if the queue limit was met, and the queue did not empty enough during the given timeout. |