From c860f557a7ba72e6a39ea5db36e293de802adea5 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Fri, 25 Oct 2024 16:45:28 +0200 Subject: New linda:wake() and linda.status --- CHANGES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 3a6df10..b8dff6d 100644 --- a/CHANGES +++ b/CHANGES @@ -47,7 +47,9 @@ CHANGE 2: BGe 04-Jul-24 - 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. - 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: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. + - linda.status reads the cancel status of the Linda. - Deep userdata are an acceptable key to send data into (for example, another linda). - Full userdata conversion: - __lanesconvert added. -- cgit v1.2.3-55-g6feb