diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-02-27 18:32:00 +0100 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-02-27 18:32:00 +0100 |
commit | 437759ddf0ce7e6dc5ed4944e033ef04674de430 (patch) | |
tree | fc4a00832167b6f2735bdd3749965d85d00ab068 /CHANGES | |
parent | cf2d7438f0e6e56a7c5dd78dfde7639eac571d98 (diff) | |
download | lanes-437759ddf0ce7e6dc5ed4944e033ef04674de430.tar.gz lanes-437759ddf0ce7e6dc5ed4944e033ef04674de430.tar.bz2 lanes-437759ddf0ce7e6dc5ed4944e033ef04674de430.zip |
linda:send() improvements
* Bumped version to 3.9.3
* new exposed variable linda.null that exposes the internal NIL_SENTINEL
marker
* linda:send() interprets send key linda.null as authorization to
silently send a single nil when not provided with anything to send
(useful when sending results of a function that can return nothing)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 105: BGe 27-Feb-14 | ||
4 | * Bumped version to 3.9.3 | ||
5 | * new exposed variable linda.null that exposes the internal NIL_SENTINEL marker | ||
6 | * linda:send() interprets send key linda.null as authorization to silently send a single nil when not provided with anything to send | ||
7 | (useful when sending results of a function that can return nothing) | ||
8 | |||
3 | CHANGE 104: BGe 25-Feb-14 | 9 | CHANGE 104: BGe 25-Feb-14 |
4 | * Bumped version to 3.9.2 | 10 | * Bumped version to 3.9.2 |
5 | * Internal rework: the whole Lanes engine now works "per universe" to allow concurrent Lanes execution in more than one embedded master state | 11 | * Internal rework: the whole Lanes engine now works "per universe" to allow concurrent Lanes execution in more than one embedded master state |