Libfiber

Simple Fiber Library

http://evanjones.ca/software/threading.html [1]

Implementation of fibers (for cooperative threading) using 3 different techniques:

Each implementation provides the same API, so they can be used interchangeably.

Mirror of source: http://www.rkeene.org/projects/info/resources/threads/libfiber/libfiber.tar.gz


Sample application using Libfiber: http://www.rkeene.org/projects/info/resources/threads/test1-lf.c

Compile: