Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python3-gevent - A coroutine-based Python networking library
- Description:
gevent is a coroutine-based Python networking library that uses greenlet to
provide a high-level synchronous API on top of libevent event loop.
Features include:
* convenient API around greenlets
* familiar synchronization primitives (gevent.event, gevent.queue)
* socket module that cooperates
* WSGI server on top of libevent-http
* DNS requests done through libevent-dns
* monkey patching utility to get pure Python modules to cooperate
Python 3 version.
Packages
python3-gevent-22.10.2-3.vl9.x86_64
[1.7 MiB] |
Changelog
by Dmitry Andreev (2023-07-17):
- replace patch0: remove sleep() from lock.acquire(blocking=False) logic (#VSTOR-71591)
|