aboutsummaryrefslogtreecommitdiff
path: root/devel/py-greenlet/pkg-descr
blob: 5a2f1028f16e6945b9cf3e806c62c7cb5a46596f (plain) (blame)
1
2
3
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.