diff options
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -12,7 +12,7 @@ CHANGE 2: BGe 26-Feb-26 | |||
| 12 | - Lanes module: | 12 | - Lanes module: |
| 13 | - shared library is now lanes_core.[so|dll] instead of lanes/core.[so|dll] | 13 | - shared library is now lanes_core.[so|dll] instead of lanes/core.[so|dll] |
| 14 | - lanes.register() is also available as lanes_register() in the exported C API. | 14 | - lanes.register() is also available as lanes_register() in the exported C API. |
| 15 | - lanes.sleep() accepts a new argument "indefinitely" to block forever (until hard cancellation is received). | 15 | - lanes.sleep(): passing nil or no argument now blocks indefinitely (until cancellation is received). |
| 16 | - function set_debug_threadname() available inside a Lane is renamed lane_threadname(); can now both read and write the name. | 16 | - function set_debug_threadname() available inside a Lane is renamed lane_threadname(); can now both read and write the name. |
| 17 | - function cancel_test() raises cancel_error by default in a hard-cancelled lane. | 17 | - function cancel_test() raises cancel_error by default in a hard-cancelled lane. |
| 18 | - new function lanes.finally(). Installs a function that gets called at Lanes shutdown after attempting to terminate all lanes. | 18 | - new function lanes.finally(). Installs a function that gets called at Lanes shutdown after attempting to terminate all lanes. |
