lua-users home
lua-l archive

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


The only standard routines I've had cause to monkey patch are coroutine.yield and coroutine.resume. This was done so that one could yield back to the scheduler while still using coroutines as coroutines by passing an extra token back in the actual yield/resume interaction.

Mark