The openstack_dashboard.openstack.common.threadgroup ModuleΒΆ
class openstack_dashboard.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.