1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-16 08:26:44 +00:00

add switcher for schduler

This commit is contained in:
2020-04-13 18:26:40 +08:00
parent 533099c14b
commit 301071fc87
5 changed files with 43 additions and 3 deletions

View File

@@ -28,4 +28,8 @@ type Scheduler interface {
Attach(GPU string, job string)
Detach(GPU string, job string)
Enable()
Disable()
}