2025-01-04 16:02:43 +02:00
2022-04-15 14:07:06 +03:00
2025-01-04 16:02:43 +02:00
2022-04-15 14:07:06 +03:00
2022-04-15 14:02:09 +03:00
2025-01-04 16:02:43 +02:00
2022-04-15 14:08:08 +03:00
2022-04-15 14:07:06 +03:00

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
No description provided
Readme 29 KiB
Languages
Python 94.2%
Batchfile 5.8%