f1d5736c72
WWW: http://pypi.python.org/pypi/greenlet PR: ports/143610 Submitted by: Peter Schuller <peter.schuller@infidyne.com> Approved by: miwi (mentor)
6 lines
259 B
Text
6 lines
259 B
Text
greenlet provides a primitive form of micro-threads in the form of a
|
|
native extension module to Python. Higher-level primitives such as
|
|
coroutine scheduling are not part of greenlet itself, but can be built
|
|
upon it.
|
|
|
|
WWW: http://pypi.python.org/pypi/greenlet
|