[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: "chunk name" for coroutines
- From: "Patrick Donnelly" <batrick.donnelly@...>
- Date: Sun, 24 Feb 2008 14:10:56 -0700
Hi,
You would need to load the function per coroutine as a string via
loadstring(), with a chunk name. See:
http://www.lua.org/manual/5.1/manual.html#pdf-loadstring
HTH,
--
-Patrick Donnelly
"One of the lessons of history is that nothing is often a good thing
to do and always a clever thing to say."
-Will Durant