diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-01-22 12:28:45 +0100 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-01-22 12:28:45 +0100 |
commit | 9808ae3e21ac812ef705a7c1a0b10f49825023c5 (patch) | |
tree | e5cebe59b603645fa1fdedd42f56a4d243e8783d /CHANGES | |
parent | 57ccc40847716069053a68e9d6079355dd5a1795 (diff) | |
download | lanes-9808ae3e21ac812ef705a7c1a0b10f49825023c5.tar.gz lanes-9808ae3e21ac812ef705a7c1a0b10f49825023c5.tar.bz2 lanes-9808ae3e21ac812ef705a7c1a0b10f49825023c5.zip |
new lane launcher option gc_cb
* bumped version to 3.8.2
* new lane launcher option gc_cb to set a callback that is invoked when
a lane is garbage collected
* Fix more invalid memory accesses when fetching the name of a joined
lane with lanes:threads() (because its lua_State is closed)
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 94: BGe 22-Jan-14 | ||
4 | * version 3.8.2 | ||
5 | * new lane launcher option gc_cb to set a callback that is invoked when a lane is garbage collected | ||
6 | * Fix more invalid memory accesses when fetching the name of a joined lane with lanes:threads() (because its lua_State is closed) | ||
7 | |||
3 | CHANGE 93: BGe 20-Jan-14 | 8 | CHANGE 93: BGe 20-Jan-14 |
4 | * slightly improve linda performance when the producer/consumer scenario leaves leave the key empty | 9 | * slightly improve linda performance when the producer/consumer scenario leaves leave the key empty |
5 | 10 | ||