diff options
| -rw-r--r-- | CHANGES | 2 | ||||
| -rw-r--r-- | docs/index.html | 2 |
2 files changed, 2 insertions, 2 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 |
diff --git a/docs/index.html b/docs/index.html index be8324c..e884145 100644 --- a/docs/index.html +++ b/docs/index.html | |||
| @@ -1276,7 +1276,7 @@ | |||
| 1276 | </p> | 1276 | </p> |
| 1277 | 1277 | ||
| 1278 | <table border="1" bgcolor="#E0E0FF" cellpadding="10" style="width:50%"><tr><td><pre> | 1278 | <table border="1" bgcolor="#E0E0FF" cellpadding="10" style="width:50%"><tr><td><pre> |
| 1279 | bool|lanes.cancel_error = linda_h:set(key [, val [, ...]]) | 1279 | true|lanes.cancel_error = linda_h:set(key [, val [, ...]]) |
| 1280 | 1280 | ||
| 1281 | [[val [, ...]]|lanes.cancel_error] = linda_h:get(key [, count = 1]) | 1281 | [[val [, ...]]|lanes.cancel_error] = linda_h:get(key [, count = 1]) |
| 1282 | </pre></td></tr></table> | 1282 | </pre></td></tr></table> |
