gevent.thread
– Implementation of the standard thread
module that spawns greenletsΒΆNote
This module is a helper for gevent.monkey
and is not
intended to be used directly. For spawning greenlets in your
applications, prefer higher level constructs like
gevent.Greenlet
class or gevent.spawn()
.
Next page: gevent.threading
– Implementation of the standard threading
using greenlets