diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2018-11-07 08:19:51 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2018-11-07 08:19:51 +0100 |
commit | 8306532f0ec891dfa5e8ca09e710b3cb60e5b760 (patch) | |
tree | 3a830d59f14e644344c7337cfc696182b6a5c8ba /docs | |
parent | c57bc44324a767407d1eb9f95e3c7589700f042e (diff) | |
parent | 9ca8629df1fef15bd70bc16f06742731903c8c54 (diff) | |
download | lanes-8306532f0ec891dfa5e8ca09e710b3cb60e5b760.tar.gz lanes-8306532f0ec891dfa5e8ca09e710b3cb60e5b760.tar.bz2 lanes-8306532f0ec891dfa5e8ca09e710b3cb60e5b760.zip |
Merge branch 'master' of https://github.com/LuaLanes/lanes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 237b1cc..aa12a36 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -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> |