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