lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, Jun 10, 2011 at 7:22 AM, en dator <endator@gmail.com> wrote:
>
> On Thu, Jun 9, 2011 at 10:12 PM, Doug Currie <doug.currie@gmail.com> wrote:
>>
>> There's the identically named http://sourceforge.net/projects/luathread/
>> and lua-llthreads https://github.com/Neopallium/lua-llthreads
>
> Yes, unfortunately they both just use coroutines and not like LuaThread
> actually gives me simultaneous threads that share a lua state .
>

llthreads does not use coroutines. It's a low level threading API.

A shared Lua state has dubious usefulness in my opinion. Depending of
course on the use-case, though.