Multi-threading support?

Hello,

Is there any support within Corona SDK for multi-threaded code?  I have looked around the docs, but didn’t find anything.

-Ed

Yes and no. Lua has a concept called coroutines, which in some ways resemble threads (and in some ways not). See tutorial at http://www.lua.org/pil/9.html

Yes and no. Lua has a concept called coroutines, which in some ways resemble threads (and in some ways not). See tutorial at http://www.lua.org/pil/9.html