diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-01-20 10:51:11 +0100 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-01-20 10:51:11 +0100 |
commit | cf9b09ff352611fb8cee3679127f3655cbe73ae7 (patch) | |
tree | 011ae091b0bff2d10a9e8dd0fd564ab2b6365f86 /CHANGES | |
parent | 1843a0add00186eee129b0b0a2ee605866acbb61 (diff) | |
download | lanes-cf9b09ff352611fb8cee3679127f3655cbe73ae7.tar.gz lanes-cf9b09ff352611fb8cee3679127f3655cbe73ae7.tar.bz2 lanes-cf9b09ff352611fb8cee3679127f3655cbe73ae7.zip |
get()/set() improvements
* bumped version to 3.8.0
* linda:set() accepts multiple values to set in the specified slot
* linda:get() accepts an optional count to peek several values at once
* nil values are now converted just as in send()/receive()
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 91: BGe 20-Jan-14 | ||
4 | * version 3.8.0 | ||
5 | * linda:set() accepts multiple values to set in the specified slot | ||
6 | * linda:get() accepts an optional count to peek several values at once | ||
7 | |||
3 | CHANGE 90: BGe 16-Jan-14 | 8 | CHANGE 90: BGe 16-Jan-14 |
4 | * version 3.7.8 | 9 | * version 3.7.8 |
5 | * lane:cancel() now accepts a boolean second argument when soft cancelling (negative timeout) to wake the thread if necessary | 10 | * lane:cancel() now accepts a boolean second argument when soft cancelling (negative timeout) to wake the thread if necessary |