[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Any suggestion for a robust C coroutine library which can be used with LuaJIT ?
- From: Petite Abeille <petite.abeille@...>
- Date: Thu, 5 Jan 2012 11:41:06 +0100
On Jan 5, 2012, at 11:30 AM, Johnson Lin wrote:
> I need asymmetric coroutine
> support and value passing (just like the Lua one), and can be compiled
> across 3 major platforms (windows, osx and linux).
Not sure how it fits your requirements, but have you looked at Steve Dekorte's libcoroutine?
http://www.dekorte.com/projects/opensource/libCoroutine/
https://github.com/stevedekorte/coroutine