Warning
This module is deprecated. Use gevent.Greenlet instead.
Note
These functions do not support timeout parameter.
Kill greenlet with exception (GreenletExit by default). Wait for it to die if block is true.
Kill all the greenlets with exception (GreenletExit by default). Wait for them to die if block is true.
Wait for a greenlet to finish by polling its status
Wait for the greenlets to finish by polling their status