Y
Hacker News
new
|
ask
|
show
|
jobs
by
avinassh
1869 days ago
How does gevent actually works? It takes care of scheduling and polling?
1 comments
ghostwriter
1869 days ago
it uses non-blocking sockets and libev interface to propagate events from the kernel
https://sdiehl.github.io/gevent-tutorial/#greenlets
link