class ceilometer.openstack.common.threadgroup.Thread(thread, group)[source]¶
Bases: object
Wrapper around a greenthread, that 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.