Xenxia / PyThread

Thread parelle func

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyThread

Thread parelle func

#Exemple

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

About

Thread parelle func

License:MIT License


Languages

Language:Python 97.2%Language:Batchfile 2.8%