Skip to content

Releases: Voyz/superloops

v0.1.2

15 Dec 22:12
Compare
Choose a tag to compare
  • added extra verbosity
  • added extra check to stop loops if it already is running when maintaining and loops is not alive but running
  • added on_stop that stops all loops
  • added super_loop_factory and its handling in LoopController
  • added alive_loops() and changed has_alive_loops to be a function instead of a property

v0.1.1

16 May 23:30
Compare
Choose a tag to compare
  • fixed imports

v0.1.0 - initial release

16 May 20:35
Compare
Choose a tag to compare

Initial release.

SuperLoops package simplifies and augments usage of Python threads.

Features:

  • Startup, shutdown, hard reset
  • Thread events
  • Co-dependant thread health propagation