968cd6358b531084f479a4332fd80f621a9fc55d
thread
Smallest library that every project needs!
It just... Runs your function in new thread with decorator!
pip install thread
Use
from thread import threaded
@threaded
def func():
print("Printed from new thread!")
func()
Description
Languages
Python
94.2%
Batchfile
5.8%