libraries/gevent: Fix README.

This commit is contained in:
B. Watson 2016-11-14 15:45:42 -05:00 committed by Willy Sudiarto Raharjo
parent b7f38f7d75
commit 8890208afa
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -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