src/lua_thread.c
Thu, 21 May 2009 17:08:47 +0300 Tero Marttila merge lua_thread_setup bcak into _lua_thread_start, as everything can be done on the main lua state
Thu, 21 May 2009 16:56:42 +0300 Tero Marttila implement lua_thread_abort, add lua_thread_yield_state func, and fix lua_thread_resume_state to use protected mode
Thu, 21 May 2009 16:22:57 +0300 Tero Marttila fix lua_thread to call lua_resume from outside TL state, and to never call the callback directly lua-threads
Wed, 20 May 2009 22:53:05 +0300 Tero Marttila implement lua_threads, nexus:sleep test func, and basic support in console/lua_console... doesn't actually work yet lua-threads