diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2018-11-08 17:32:05 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2018-11-08 17:32:05 +0100 |
commit | 0cc1c9c9dcea5955f7dab921d9a2fff78c4e1729 (patch) | |
tree | 5c35acf11087f9b60b24599695f1d3c348ebaa25 /CHANGES | |
parent | a142eb1e1ee81919d10b55bb7fa2e33636098d85 (diff) | |
download | lanes-0cc1c9c9dcea5955f7dab921d9a2fff78c4e1729.tar.gz lanes-0cc1c9c9dcea5955f7dab921d9a2fff78c4e1729.tar.bz2 lanes-0cc1c9c9dcea5955f7dab921d9a2fff78c4e1729.zip |
Make sure any linda operation that can raise an error won't ever leave a mutex unreleased
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 133: BGe 8-Nov-18 | ||
4 | * Make sure any linda operation that can raise an error won't ever leave a mutex unreleased | ||
5 | * lane:join() now returns nil, "timeout" in case of timeout | ||
6 | |||
3 | CHANGE 132: BGe 7-Nov-18 | 7 | CHANGE 132: BGe 7-Nov-18 |
4 | * __lanesclone mechanism should actually work now | 8 | * __lanesclone mechanism should actually work now |
5 | 9 | ||