diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-12-02 11:53:09 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-12-02 11:53:09 +0100 |
commit | ca7657e24549acb8a2dd45fa81c309b5bf9f61ee (patch) | |
tree | 0124afa9a67d5f9d64fdbad4724bc715b7b502fb /CHANGES | |
parent | 0728e80bc2d3f5609f19b76f2bcf10412ce029b4 (diff) | |
download | lanes-ca7657e24549acb8a2dd45fa81c309b5bf9f61ee.tar.gz lanes-ca7657e24549acb8a2dd45fa81c309b5bf9f61ee.tar.bz2 lanes-ca7657e24549acb8a2dd45fa81c309b5bf9f61ee.zip |
Data transfer supports registered non-deep full userdata
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ CHANGE 2: BGe 27-Nov-24 | |||
23 | - strip_functions added. Only useful for Lua 5.3+. | 23 | - strip_functions added. Only useful for Lua 5.3+. |
24 | - verbose_errors removed. Use lane error_trace_level instead. | 24 | - verbose_errors removed. Use lane error_trace_level instead. |
25 | - with_timers is false by default. | 25 | - with_timers is false by default. |
26 | - Non-deep full userdata are processed during module registration just like ordinary module C functions, making them valid transferable (up)values (for example: io.stdin). | ||
26 | - Lanes: | 27 | - Lanes: |
27 | - Can no longer be "killed" by hard-stopping their thread without any resource cleanup (see lane:cancel()). | 28 | - Can no longer be "killed" by hard-stopping their thread without any resource cleanup (see lane:cancel()). |
28 | - lanes.gen() settings: | 29 | - lanes.gen() settings: |