Releases: DedInc/pythread
Releases · DedInc/pythread
v1.5.0
- Introduced support for asynchronous tasks
- The entire module has been refactored to a class-based API
- The argument handling system has been overhauled to adopt a keyword arguments (kwargs) structure, significantly improving ease of use and flexibility.
v1.1.1
- Added stop thread by thread object
- Added arguments support to func
- Removed autorun of thread
- Some code improvements