gevent 1.0: Pragmatic Concurrency for Python - Denis Bilenko
Gevent is a Python library that enables you to write highly-concurrent network and web applications, while avoiding the mess that usually comes with event loops and callbacks. Gevent does so by using "greenlet", stack-slicing module for Python that adds real coroutines to CPython.
19 Nov 2012
Comentários