[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: running the Lua VM "in time slices"
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 29 Dec 2005 19:47:37 -0200
> This may sound weird, but can the Lua VM be run in "slices", doing part
> of its current job, returning control to its caller and resuming the
> suspended job in a subsequent call?
Yes, use coroutines.