diff options
-rw-r--r-- | index.html | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -70,7 +70,7 @@ | |||
70 | </p> | 70 | </p> |
71 | 71 | ||
72 | <p> | 72 | <p> |
73 | This document was revised on 20-Jan-14, and applies to version <tt>3.8.0</tt>. | 73 | This document was revised on 20-Jan-14, and applies to version <tt>3.8.1</tt>. |
74 | </p> | 74 | </p> |
75 | </font> | 75 | </font> |
76 | </center> | 76 | </center> |
@@ -630,7 +630,9 @@ | |||
630 | </table> | 630 | </table> |
631 | 631 | ||
632 | <p> | 632 | <p> |
633 | Each lane also gets a function <tt>set_debug_threadname()</tt> that it can use anytime to do as the name says. Supported debuggers are Microsoft Visual Studio (for the C side) and Decoda (for the Lua side). | 633 | Each lane also gets a global function <tt>set_debug_threadname()</tt> that it can use anytime to do as the name says. Supported debuggers are Microsoft Visual Studio (for the C side) and Decoda (for the Lua side). |
634 | <br/> | ||
635 | Starting with version 3.8.1, the lane has a new method <tt>lane:get_debug_threadname()</tt> that gives access to that name from the caller side (returns <tt>"<unnamed>"</tt> if unset, <tt>"<closed>"</tt> if the internal Lua state is closed). | ||
634 | </p> | 636 | </p> |
635 | 637 | ||
636 | <p> | 638 | <p> |