From 307fd830eb168005a3ba3d557343284814757eff Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 3 Dec 2024 10:26:47 +0100 Subject: New method linda:restrict() --- CHANGES | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index db44b2c..86da9e8 100644 --- a/CHANGES +++ b/CHANGES @@ -45,6 +45,7 @@ CHANGE 2: BGe 27-Nov-24 - linda:deep() result no longer contains the raw C pointer of the Linda object. - linda :receive(), :send(), :get(), :set(), :limit() return nil, error in case of problem. Returned values in case of success change too. - linda:limit() can be used to read the value if no new limit is provided. + - linda:restrict() can restrain the use of send/receive or set/get on any key. - New __close metamethod that calls any suitable handler that was provided at Linda creation. - linda:dump() outputs .limit as 'unlimited' instead of -1 for unlimited keys. - linda:wake() can wake up threads waiting for a Linda without doing any I/O on it. -- cgit v1.2.3-55-g6feb