This website requires JavaScript.
Explore
Help
Sign In
SwissFEL
/
morbidissimo
Watch
0
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8f849975c53d1243022968fb9a049c5877effeea
morbidissimo
/
modman
T
History
augustin_s
8f849975c5
Module.start raises on missing func; Module.kill kills Task if available; Module.get_mtime returns None of file is missing instead of raising error; added try/except/print to ModuleManager._run_all; added module killing when removing module from cache; slowed down the output
2021-02-08 10:58:03 +00:00
..
scripts
ignore ignore; add infinite loop test that catched KeyboardInterrupt
2021-02-08 10:53:15 +00:00
executing.py
added Executor that knows its futures
2021-02-06 20:18:32 +00:00
importing.py
prototype
2021-02-06 12:40:18 +00:00
killthread.py
add killthread function, make Task killable; Task daemonizes per default
2021-02-08 10:54:04 +00:00
main.py
switched to Module class
2021-02-07 19:00:54 +00:00
modman.py
Module.start raises on missing func; Module.kill kills Task if available; Module.get_mtime returns None of file is missing instead of raising error; added try/except/print to ModuleManager._run_all; added module killing when removing module from cache; slowed down the output
2021-02-08 10:58:03 +00:00
module.py
Module.start raises on missing func; Module.kill kills Task if available; Module.get_mtime returns None of file is missing instead of raising error; added try/except/print to ModuleManager._run_all; added module killing when removing module from cache; slowed down the output
2021-02-08 10:58:03 +00:00
task.py
add killthread function, make Task killable; Task daemonizes per default
2021-02-08 10:54:04 +00:00
utils.py
some error handling
2021-02-06 13:10:55 +00:00