Aeros.threading

Module Contents

Classes

AdvancedThread

This thread class extends the pure-python “Thread” class

class Aeros.threading.AdvancedThread(*args, **kwargs)[source]

Bases: threading.Thread

This thread class extends the pure-python “Thread” class by a stop() function to terminate the thread’s run() method.

__get_id(self)

Get’s the threads PID.

stop(self)[source]

Sends a kill signal to the given thread