* 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
0.1.1
* fixed imports
0.1.0
Initial release.
SuperLoops package simplifies and augments usage of Python threads.
Features:
* Startup, shutdown, hard reset * Thread events * Co-dependant thread health propagation