lua-users home
lua-l archive

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


> How are threads implemented in LuaMT? Why not use this release or 
> incorporate threads like this?

It does not implement it's own light-weight threads.
It uses POSIX threads. 

-- Cassino