diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2011-05-14 11:14:15 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2011-05-14 11:31:04 +0200 |
commit | 513659a6facfc17bc7191c79c4e78d178a076605 (patch) | |
tree | 15bb5378f692ed8b13047405cc2ead04f36c9429 /CHANGES | |
parent | 323cd4030044dd2f56ecdfddf360360f98f40362 (diff) | |
download | lanes-513659a6facfc17bc7191c79c4e78d178a076605.tar.gz lanes-513659a6facfc17bc7191c79c4e78d178a076605.tar.bz2 lanes-513659a6facfc17bc7191c79c4e78d178a076605.zip |
linda:send() raises an error when there is no data to send instead of silently doing nothing.v2.2.0
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ CHANGES: | |||
3 | 3 | ||
4 | CHANGE X: | 4 | CHANGE X: |
5 | 5 | ||
6 | CHANGE 32 BGe 14-May-2011 | ||
7 | * raise an error when linda:send() has nothing to send | ||
8 | |||
6 | CHANGE 31 BGe 17-Apr-2011 | 9 | CHANGE 31 BGe 17-Apr-2011 |
7 | * linda uses a fast FIFO implementation to speed up data exchanges | 10 | * linda uses a fast FIFO implementation to speed up data exchanges |
8 | * new linda:count() method | 11 | * new linda:count() method |