diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2016-11-21 15:27:44 +0100 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2016-11-21 15:27:44 +0100 |
commit | f97e97a909a5c22e3a2c837b036f970027f76310 (patch) | |
tree | 6a03c7eb9276df14155c09ad30cd51118a768cb0 | |
parent | 2f2c8c872ee68e54177bd6e2d9a25d2e3d484121 (diff) | |
download | lanes-f97e97a909a5c22e3a2c837b036f970027f76310.tar.gz lanes-f97e97a909a5c22e3a2c837b036f970027f76310.tar.bz2 lanes-f97e97a909a5c22e3a2c837b036f970027f76310.zip |
Bump version, update doc
-rw-r--r-- | index.html | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -64,13 +64,13 @@ | |||
64 | <font size="-1"> | 64 | <font size="-1"> |
65 | <p> | 65 | <p> |
66 | <br/> | 66 | <br/> |
67 | <i>Copyright © 2007-15 Asko Kauppi, Benoit Germain. All rights reserved.</i> | 67 | <i>Copyright © 2007-16 Asko Kauppi, Benoit Germain. All rights reserved.</i> |
68 | <br/> | 68 | <br/> |
69 | Lua Lanes is published under the same <a href="http://en.wikipedia.org/wiki/MIT_License">MIT license</a> as Lua 5.1, 5.2, and 5.3. | 69 | Lua Lanes is published under the same <a href="http://en.wikipedia.org/wiki/MIT_License">MIT license</a> as Lua 5.1, 5.2, and 5.3. |
70 | </p> | 70 | </p> |
71 | 71 | ||
72 | <p> | 72 | <p> |
73 | This document was revised on 27-Apr-15, and applies to version <tt>3.10.0</tt>. | 73 | This document was revised on 21-Nov-16, and applies to version <tt>3.10.1</tt>. |
74 | </p> | 74 | </p> |
75 | </font> | 75 | </font> |
76 | </center> | 76 | </center> |
@@ -88,7 +88,7 @@ | |||
88 | Lanes is included into your software by the regular <tt>require "lanes"</tt> method. No C side programming is needed; all APIs are Lua side, and most existing extension modules should work seamlessly together with the multiple lanes. | 88 | Lanes is included into your software by the regular <tt>require "lanes"</tt> method. No C side programming is needed; all APIs are Lua side, and most existing extension modules should work seamlessly together with the multiple lanes. |
89 | </p> | 89 | </p> |
90 | <p> | 90 | <p> |
91 | Starting with version 3.1.6, Lanes should build and run identically with either Lua 5.1 or Lua 5.2. | 91 | Starting with version 3.1.6, Lanes should build and run identically with either Lua 5.1 or Lua 5.2. Version 3.10.0 supports Lua 5.3. |
92 | </p> | 92 | </p> |
93 | <p> | 93 | <p> |
94 | See <A HREF="comparison.html">comparison</A> of Lua Lanes with other Lua multithreading solutions. | 94 | See <A HREF="comparison.html">comparison</A> of Lua Lanes with other Lua multithreading solutions. |
@@ -1393,6 +1393,7 @@ events to a common Linda, but... :).</font> | |||
1393 | </ul> | 1393 | </ul> |
1394 | </li> | 1394 | </li> |
1395 | <li>Coroutines cannot be passed. A coroutine's Lua state is tied to the Lua state that created it, and there is no way the mixed C/Lua stack of a coroutine can be transfered from one Lua state to another.</li> | 1395 | <li>Coroutines cannot be passed. A coroutine's Lua state is tied to the Lua state that created it, and there is no way the mixed C/Lua stack of a coroutine can be transfered from one Lua state to another.</li> |
1396 | <li>Starting with version 3.10.1, if the metatable contains <tt>__lanesignore</tt>, the object is skipped and <tt>nil</tt> is transfered instead.</li> | ||
1396 | </ul> | 1397 | </ul> |
1397 | </p> | 1398 | </p> |
1398 | 1399 | ||