diff options
author | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2019-04-26 12:20:06 +0200 |
---|---|---|
committer | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2019-04-26 12:20:06 +0200 |
commit | 9c84074c89661cd1e776eff3d4aa5329a2ac9524 (patch) | |
tree | 3c424371c1f21f4dee493793c8316059bf8217c6 /CHANGES | |
parent | 32f8cdfc73ed90dcf88ffcf4bfc1a3e4d5a69e6c (diff) | |
download | lanes-9c84074c89661cd1e776eff3d4aa5329a2ac9524.tar.gz lanes-9c84074c89661cd1e776eff3d4aa5329a2ac9524.tar.bz2 lanes-9c84074c89661cd1e776eff3d4aa5329a2ac9524.zip |
Lane cancellation rework
opt.cancelstep is gone, hook is installed by lane:cancel() if requested
lane:cancel() rework (see doc)
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 146: BGe 26-Apr-19 | ||
4 | * lane:cancel() rework (see doc). | ||
5 | * opt.cancelstep is gone, hook is installed by lane:cancel() if requested | ||
6 | |||
3 | CHANGE 145: BGe 28-Nov-18 | 7 | CHANGE 145: BGe 28-Nov-18 |
4 | * more code refacto | 8 | * more code refacto |
5 | * don't test __lanesignore for POD types (-> slightly faster when trasnfering lots of data) | 9 | * don't test __lanesignore for POD types (-> slightly faster when trasnfering lots of data) |