ControllerThread module

class controllers.controller_thread.ControllerThread

Bases: object

Class of thread responsible for handling threads

static terminate_thread(thread)None

Terminates thread from another thread.

Parameters

thread – the thread instance to stop

Returns

None