btimby/dsdvr

Lock all tasks

Closed this issue · 1 comments

Refactor BaseTask so that each task has a lock, implement context manager so that a task is entered (locked) during execution.

Currently each task handles locking.

Done.