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