Releases: Voyz/superloops
Releases · Voyz/superloops
v0.1.2
- 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
v0.1.0 - initial release
Initial release.
SuperLoops package simplifies and augments usage of Python threads.
Features:
- Startup, shutdown, hard reset
- Thread events
- Co-dependant thread health propagation