diff options
author | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2018-11-06 20:37:20 +0100 |
---|---|---|
committer | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2018-11-06 20:37:20 +0100 |
commit | e7983b7ad9e23e3a33e169653761d12a203febed (patch) | |
tree | e774c1b17cd4ed8e82ce06bc34803db218ad82f6 | |
parent | e4596baf5284636e550eade3cb6f57bde7644fe1 (diff) | |
download | lanes-e7983b7ad9e23e3a33e169653761d12a203febed.tar.gz lanes-e7983b7ad9e23e3a33e169653761d12a203febed.tar.bz2 lanes-e7983b7ad9e23e3a33e169653761d12a203febed.zip |
Documentation tweak
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -324,7 +324,7 @@ | |||
324 | <tt>nil</tt>/<tt>false</tt>/<tt>true</tt> | 324 | <tt>nil</tt>/<tt>false</tt>/<tt>true</tt> |
325 | </td> | 325 | </td> |
326 | <td> | 326 | <td> |
327 | (Since v3.5.2) If equal to <tt>true</tt>, Lanes wraps all calls to the state's allocator function inside a mutex. Lanes autodetects this value for LuaJIT (the guess might be wrong if <tt>"ffi"</tt> isn't loaded though). | 327 | (Since v3.5.2) If equal to <tt>true</tt>, Lanes wraps all calls to the state's allocator function inside a mutex. Since v3.6.3, when left unset, Lanes attempts to autodetect this value for LuaJIT (the guess might be wrong if <tt>"ffi"</tt> isn't loaded though). |
328 | Default is <tt>true</tt> when Lanes detects it is run by LuaJIT, else <tt>nil</tt>. | 328 | Default is <tt>true</tt> when Lanes detects it is run by LuaJIT, else <tt>nil</tt>. |
329 | </td> | 329 | </td> |
330 | </tr> | 330 | </tr> |