From 0a064da8d02d0863463583e4f693462ef7725c2f Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 21 Nov 2016 15:27:44 +0100 Subject: Bump version, update doc --- docs/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index b3fccc3..154355d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -64,13 +64,13 @@


- Copyright © 2007-15 Asko Kauppi, Benoit Germain. All rights reserved. + Copyright © 2007-16 Asko Kauppi, Benoit Germain. All rights reserved.
Lua Lanes is published under the same MIT license as Lua 5.1, 5.2, and 5.3.

- This document was revised on 27-Apr-15, and applies to version 3.10.0. + This document was revised on 21-Nov-16, and applies to version 3.10.1.

@@ -88,7 +88,7 @@ Lanes is included into your software by the regular require "lanes" 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.

- Starting with version 3.1.6, Lanes should build and run identically with either Lua 5.1 or Lua 5.2. + 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.

See comparison of Lua Lanes with other Lua multithreading solutions. @@ -1393,6 +1393,7 @@ events to a common Linda, but... :).

  • 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.
  • +
  • Starting with version 3.10.1, if the metatable contains __lanesignore, the object is skipped and nil is transfered instead.
  • -- cgit v1.2.3-55-g6feb