diff options
| author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-12 16:39:03 +0200 |
|---|---|---|
| committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-12 16:39:03 +0200 |
| commit | c305ff3ed1f51d86ced2bb83b10b5e0632cd98a3 (patch) | |
| tree | 6140f6307e0487e855c91bb0701834c53bfa6d08 | |
| parent | 4e28f43845468f67d607be0d6f3769c1e7d72275 (diff) | |
| download | lanes-c305ff3ed1f51d86ced2bb83b10b5e0632cd98a3.tar.gz lanes-c305ff3ed1f51d86ced2bb83b10b5e0632cd98a3.tar.bz2 lanes-c305ff3ed1f51d86ced2bb83b10b5e0632cd98a3.zip | |
Documentation fixes
| -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> |
