add explanation about the use of this library (#2626)

pull/2621/head^2
GalNey 2 years ago committed by GitHub
parent a0f493d872
commit 21b4fb3349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      content/roadmaps/108-python/content/106-python-frameworks/101-asynchronous/100-gevent.md

@ -1,6 +1,7 @@
# gevent
gevent is a Python library that provides a high-level interface to the event loop.
It is based on non-blocking IO (libevent/libev) and lightweight greenlets. Non-blocking IO means requests waiting for network IO won't block other requests; greenlets mean we can continue to write code in synchronous style.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='http://www.gevent.org/'>gevent — Official Website</BadgeLink>

Loading…
Cancel
Save