Re: rename lua_State
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: rename lua_State
- From: Steven Degutis <sbdegutis@...>
- Date: 2014年8月26日 09:40:37 -0500
+1 for leaving it lua_State
On Sun, Aug 24, 2014 at 3:02 PM, Thijs Schreijer
<thijs@thijsschreijer.nl> wrote:
> As "lua_State" not actually refers to a state, but to a thread or an execution stack, could it be renamed? To something that properly reflects what it is?
>
> I suspect that the name was introduced before coroutines were added, which meant that a state and a thread were pretty much the same thing then.
>
> Thijs
>