Bases: object
Wrapper around a greenthread.
Holds a reference to the ThreadGroup. The Thread will notify the ThreadGroup when it has done so it can be removed from the threads list.
Bases: object
The point of the ThreadGroup class is to:
stop function has the option of graceful=True/False.