lua-users home
lua-l archive

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


I have added a project to sourceforge named luathread.

Based on Enhanced Coroutine in Lua by Patrick Rapin.
in Lua Programming gems.


This allow thread both blocking and none-blocking to be run.

also supports running lua functions in a separate thread.

This code also works with wxlua

Andre