[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: coroutines
- From: Taj Khattra <taj.khattra@...>
- Date: Fri, 9 Aug 2002 00:39:45 -0700
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