On Wed, Mar 16, 2011 at 09:16:48PM +0100, Joakim Tjernlund wrote:
> Impl. of portable CoRoutines, http://en.wikipedia.org/wiki/Coroutine ,
> likes to use get/setcontext. Don't think there is anything else these
> can use.

Coroutines can be implemented portably on top of pthreads and
condition variables, barriers, or semaphores.

Rich
_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to