lua-users home
lua-l archive

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


On Fri, Jan 6, 2012 at 9:56 AM, Sean Conner <sean@conman.org> wrote:
>
> ÂI've done that. ÂBelow is the main code from my program. ÂI have three
> queues I maintain, a run queue (g_trun), a wait queue (g_twait, for those
> coroutines waiting on socket IO) and a sleep queue (g_tsleep).

This is helpful! Thanks, I'll separate into three queue .