FibraNet is now deprecated and unmaintained. Use Fibra instead.
Fibranet implements a cooperative threading scheduler using Python generator functions.
Generator functions are wrapped in a Fibra class, which allows a thread to sleep, suspend and be killed. A Fibra can also branch into a real OS level thread if needed.
FibraNet is designed for use in multimedia applications which need to simulate concurrency, including games.