mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/gevent: Fix README.
This commit is contained in:
parent
b7f38f7d75
commit
8890208afa
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Features include:
|
||||||
- Lightweight execution units based on greenlet.
|
- Lightweight execution units based on greenlet.
|
||||||
- API that re-uses concepts from the Python standard library
|
- API that re-uses concepts from the Python standard library
|
||||||
(for example there are Events and Queues).
|
(for example there are Events and Queues).
|
||||||
- Cooperative sockets with SSL support »
|
- Cooperative sockets with SSL support.
|
||||||
- DNS queries performed through threadpool or c-ares.
|
- DNS queries performed through threadpool or c-ares.
|
||||||
- Monkey patching utility to get 3rd party modules to become
|
- Monkey patching utility to get 3rd party modules to become
|
||||||
cooperative
|
cooperative
|
||||||
|
|
Loading…
Reference in a new issue