Search found 1 match

by rbisso
Sun Feb 15, 2009 10:37 am
Forum: Support and Development
Topic: attempt to yield across metamethod/C-call error
Replies: 7
Views: 6562

attempt to yield across metamethod/C-call error

Hey all, (Crazy that Valentine's Day (more or less) is my first post on the Love forums, eh?) In order to simulate spawning a function in another thread, I'm using Lua coroutines. I'm creating the coroutine as per normal, yielding within a loop that's in the coroutine-ized function, and then resumin...