Skip to content
Snippets Groups Projects
Commit 5e91495f authored by Kay Ousterhout's avatar Kay Ousterhout
Browse files

Deduplicate Local and Cluster schedulers.

The code in LocalScheduler/LocalTaskSetManager was nearly identical
to the code in ClusterScheduler/ClusterTaskSetManager. The redundancy
made making updating the schedulers unnecessarily painful and error-
prone. This commit combines the two into a single TaskScheduler/
TaskSetManager.
parent dc9ce16f
No related branches found
No related tags found
No related merge requests found
Showing
with 1268 additions and 1697 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment