Versions

Description

Fibers are lightweight primitives for cooperative multitasking in Python. They provide means for running pieces of code that can be paused and resumed. Unlike threads, which are preemptively scheduled, fibers are scheduled cooperatively, that is, only one fiber will be running at a given point in time, and no other fiber will run until the user explicitly decides so.

Repository

https://github.com/saghul/python-fibers

Project Slug

python-fibers

Last Built

6 years ago passed

Maintainers

Badge

Tags

coroutines, greenlet, python, stacklet, tasklet

Short URLs

python-fibers.readthedocs.io
python-fibers.rtfd.io

Default Version

latest

'latest' Version

master