6670f0b757
- http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr)
5 lines
260 B
Text
5 lines
260 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: https://pypi.python.org/pypi/greenlet
|