-1👍
There’s no simulation for poll in gevent so monkey.patch_all
removes polling mechanisms that gevent.select does not simulate: poll, epoll, kqueue, kevent. See gevent.monkey – Make the standard library cooperative.
Source:stackexchange.com
-1👍
There’s no simulation for poll in gevent so monkey.patch_all
removes polling mechanisms that gevent.select does not simulate: poll, epoll, kqueue, kevent. See gevent.monkey – Make the standard library cooperative.