/PyThread

Thread parelle func

Primary LanguagePythonMIT LicenseMIT

PyThread

Thread parelle func

#Exemple

task = ThreadUP(target=func, args=(2,), returnValue=True)
task.start()
myReturnValue = task.join()