Implemented basic threaded tasks for long-running functionality
This commit is contained in:
parent
4a09727e65
commit
a40cb9b9f6
10 changed files with 328 additions and 14 deletions
2
openflexure_microscope/exceptions.py
Normal file
2
openflexure_microscope/exceptions.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
class TaskDeniedException(Exception):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue