lua-users home
lua-l archive

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


> > I have to rethink that again, but it does seem a good idea to use
> > non-main threads only inside resumes.
> 
> I'm not sure I follow what you mean here.

I was just trying to agree with you. Trying again: the only thing that a
C function should do on a thread that is not its C parameter (the L) is
to resume it (or xmove values from-to it).

-- Roberto