diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-04-15 18:21:41 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-04-15 18:21:41 +0200 |
commit | 1bff784b474261212a996ac9fc59389d53a69590 (patch) | |
tree | 5fb048bcc6963fabbce57a6f8e7ec351bed6f828 /CHANGES | |
parent | 706d064e17d19c888c6d1e4d404ad34ac808589c (diff) | |
download | lanes-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-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |