Re: implementing a future in lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: implementing a future in lua
- From: "Alex Davies" <alex.mania@...>
- Date: 2008年12月31日 11:02:18 +0900
Lanes is a Lua addon module, and defines no global locks at all
(almost...). I think some other multithreading solution had that kind
of approach.
Sounds like I really need to read up on lanes ;), thanks.
- Alex