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

set parallelism

This commit is contained in:
2020-04-13 23:53:38 +08:00
parent 490a6b3928
commit ca3ac7aea1
6 changed files with 44 additions and 5 deletions

View File

@@ -32,4 +32,6 @@ type Scheduler interface {
Enable() bool
Disable() bool
UpdateParallelism(parallelism int) bool
}