Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoPendingTasks = errors.New("all tasks have been scheduled")
Functions ¶
This section is empty.
Types ¶
type Scheduler ¶
type Scheduler struct {
// contains filtered or unexported fields
}
A Scheduler determines which tasks are ready for execution based on task dependencies and target capacity.
Click to show internal directories.
Click to hide internal directories.