diff options
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,8 +31,8 @@ CHANGE 2: BGe 11-Jun-24 | |||
31 | - name added. Can be used to set the name early (before the lane body calls set_debug_threadname()). | 31 | - name added. Can be used to set the name early (before the lane body calls set_debug_threadname()). |
32 | * Internal changes | 32 | * Internal changes |
33 | - Lanes is implemented in C++20: jthread, condition_variable, mutex, string_view, variant, and more! | 33 | - Lanes is implemented in C++20: jthread, condition_variable, mutex, string_view, variant, and more! |
34 | - Almost all platform-specific code is gone (only a small bit for thread priority and affinity remains). | ||
34 | - Decoda support inactive by default. | 35 | - Decoda support inactive by default. |
35 | - Linda no longer bind to random keepers if group is not provided on construction. Provide one! | ||
36 | - Deep userdata interface fully revamped to C++20 too. | 36 | - Deep userdata interface fully revamped to C++20 too. |
37 | 37 | ||
38 | CHANGE 1: BGe 9-Apr-24 | 38 | CHANGE 1: BGe 9-Apr-24 |