Implemented draft of new background task system
This commit is contained in:
parent
7c121cd142
commit
e4a78046d7
11 changed files with 370 additions and 159 deletions
2
openflexure_microscope/common/tasks/__init__.py
Normal file
2
openflexure_microscope/common/tasks/__init__.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
from .pool import tasks, states, current_task, update_task_progress, cleanup_tasks, remove_task, update_task_data, taskify
|
||||
from .thread import ThreadTerminationError
|
||||
Loading…
Add table
Add a link
Reference in a new issue