[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] llvm-lua 1.0
- From: Mark Hamburg <mark@...>
- Date: Thu, 4 Jun 2009 22:12:31 -0700
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