lua-users home
lua-l archive

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


On Thu, Aug 08, 2002 at 11:40:46PM -0700, Steve Dekorte wrote:
> 
> Thanks for the pointer. Looks like froese's lib is for Linux only. I 
> also found the gnu pth library which is multi-platofrm but it's a bit 
> large. Anyone know of a small multiplatform coro library?
> 

take a look at the Thread interface in CII:

	http://www.cs.princeton.edu/software/cii/

it has coroutine support for alpha, sparc, mips and x86.

-taj