diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index ef227c8..1b7477f 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -709,6 +709,22 @@ | |||
709 | </p> | 709 | </p> |
710 | 710 | ||
711 | 711 | ||
712 | <!-- affinity +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | ||
713 | <hr/> | ||
714 | <h2 id="affinity">Affinity</h2> | ||
715 | |||
716 | <table border="1" bgcolor="#E0E0FF" cellpadding="10" style="width:50%"> | ||
717 | <tr> | ||
718 | <td> | ||
719 | <pre> lanes.set_thread_affinity( affinity)</pre> | ||
720 | </td> | ||
721 | </tr> | ||
722 | </table> | ||
723 | <p> | ||
724 | Each thread can change its own affinity at will. This is also true for the main Lua state. | ||
725 | </p> | ||
726 | |||
727 | |||
712 | <!-- status +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 728 | <!-- status +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |
713 | <hr/> | 729 | <hr/> |
714 | <h2 id="status">Status</h2> | 730 | <h2 id="status">Status</h2> |