databricks/lilac

Break up the TaskManager.

Opened this issue · 0 comments

The TaskManager should still be a global singleton (for the sake of a single place to check progress), but we should break the internals down into threads and process subclasses which actually do the execution.