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 .