Skip to content

Releases: DedInc/pythread

v1.5.0

11 Jan 06:00
Compare
Choose a tag to compare
  • 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

07 Sep 13:48
Compare
Choose a tag to compare
  • Added stop thread by thread object
  • Added arguments support to func
  • Removed autorun of thread
  • Some code improvements

v1.1.0

02 Feb 04:11
Compare
Choose a tag to compare
  • Fixed all bugs