diff options
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ CHANGE 2: BGe 11-Jun-24 | |||
31 | - error_trace_level added. Replaces the global verbose_errors setting. | 31 | - error_trace_level added. Replaces the global verbose_errors setting. |
32 | - name added. Can be used to set the name early (before the lane body calls set_debug_threadname()). | 32 | - name added. Can be used to set the name early (before the lane body calls set_debug_threadname()). |
33 | * Internal changes | 33 | * Internal changes |
34 | - Lanes is implemented in C++20: jthread, condition_variable, mutex, string_view, variant, and more! | 34 | - Lanes is implemented in C++20: thread, condition_variable, mutex, string_view, variant, and more! |
35 | - Almost all platform-specific code is gone (only a small bit for thread priority and affinity remains). | 35 | - Almost all platform-specific code is gone (only a small bit for thread priority and affinity remains). |
36 | - Decoda support inactive by default. | 36 | - Decoda support inactive by default. |
37 | - Deep userdata interface fully revamped to C++20 too. | 37 | - Deep userdata interface fully revamped to C++20 too. |