Re: Need to understand how to use lua.coroutines driven by c.couroutine
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Need to understand how to use lua.coroutines driven by c.couroutine
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2006年6月27日 09:55:27 -0300
> I'd like this c.coroutine package to
> control execution of lua.coroutines with scheduling them.
There are hooks for adding your C coroutine package. See Mike Pall's Coco.
--lhf