1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-16 08:26:44 +00:00
This commit is contained in:
2020-04-13 18:37:54 +08:00
parent cb6dabb41f
commit 3f215b0e1d
5 changed files with 19 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ type Scheduler interface {
Detach(GPU string, job string)
Enable()
Enable() bool
Disable()
Disable() bool
}