blob: 33b1d6c2300477e129409889a82eb553ba3eda77 (
plain) (
blame)
1
2
3
4
5
|
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: https://pypi.python.org/pypi/greenlet
|