Open santhnm2 opened 4 years ago
The Scheduler and Profiler classes currently share a lot of code - we can factor this out into a common superclass (e.g. SchedulerMechanism)
Scheduler
Profiler
SchedulerMechanism
The
Scheduler
andProfiler
classes currently share a lot of code - we can factor this out into a common superclass (e.g.SchedulerMechanism
)