aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2025-04-15 18:21:41 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2025-04-15 18:21:41 +0200
commit1bff784b474261212a996ac9fc59389d53a69590 (patch)
tree5fb048bcc6963fabbce57a6f8e7ec351bed6f828 /CHANGES
parent706d064e17d19c888c6d1e4d404ad34ac808589c (diff)
downloadlanes-1bff784b474261212a996ac9fc59389d53a69590.tar.gz
lanes-1bff784b474261212a996ac9fc59389d53a69590.tar.bz2
lanes-1bff784b474261212a996ac9fc59389d53a69590.zip
Linda batched mode rework
* linda.batched special value is removed * new function linda:receive_batched
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7cf28b2..ccfa923 100644
--- a/CHANGES
+++ b/CHANGES
@@ -45,6 +45,7 @@ CHANGE 2: BGe 27-Nov-24
45 - Providing "auto" as name when constructing a Linda cause Lanes to provide a name built from the source location of the construction. 45 - Providing "auto" as name when constructing a Linda cause Lanes to provide a name built from the source location of the construction.
46 - Specifying a group to lanes.linda() is mandatory when Lanes is configured with user Keepers. 46 - Specifying a group to lanes.linda() is mandatory when Lanes is configured with user Keepers.
47 - linda:deep() result no longer contains the raw C pointer of the Linda object. 47 - linda:deep() result no longer contains the raw C pointer of the Linda object.
48 - new function linda:receive_batched() to replace linda:receive(linda.batched). linda.batched special value is removed.
48 - linda :receive(), :send(), :get(), :set(), :limit() return nil, error in case of problem. Returned values in case of success change too. 49 - linda :receive(), :send(), :get(), :set(), :limit() return nil, error in case of problem. Returned values in case of success change too.
49 - linda:limit() can be used to read the value if no new limit is provided. 50 - linda:limit() can be used to read the value if no new limit is provided.
50 - linda:restrict() can restrain the use of send/receive or set/get on any key. 51 - linda:restrict() can restrain the use of send/receive or set/get on any key.