RThread module

class Interpreters.RThread.ThreadWithReturnValue(group=None, target=None, name=None, args=(), kwargs={}, Verbose=None)

Bases: threading.Thread

join(*args)

Do the join of thread

run()

Run the custom thread