Re: interrupting coroutines (was Re: Local Variables)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: interrupting coroutines (was Re: Local Variables)
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2014年8月12日 15:40:24 -0300
> > What is "gL" here?
>
> lua_State *gL;
>
> It's a C variable that is either global, or static to the file the
> routines are defined in.
And where its value come from? (I thought the whole point of the
discussion was how to access the *running* coroutine when a signal
happens.)
-- Roberto