My favorites | Sign in
Project Logo
                
Code license: New BSD License
Labels: Python, Threading
People details
Project owners:
  simonwittber

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.









Hosted by Google Code