From c360af2df3e0904c7338cc1f32fcb270b7e34092 Mon Sep 17 00:00:00 2001
From: Benoit Germain
By default, stack sizes are unlimited but limits can be enforced using the limit() method. This can be useful to balance execution speeds in a producer/consumer scenario. nil removes the limit.
A limit of 0 is allowed to block everything.
- If the key was full but the limit change added some room, limit() returns true and the linda is signalled so that send()-blocked threads are awakened.
+ If the key was full but the limit change added some room, limit() returns true and the linda is signalled so that send()-blocked threads are awakened.
+ In batched mode, linda:receive() will raise an error if min_count < 1 or max_count < min_count.
-- cgit v1.2.3-55-g6feb