Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Worker ¶
type Worker struct {
ID uint
Alive bool
BaseTasks chan *task.TaskFuture
LowTasks chan *task.TaskFuture
MediumTasks chan *task.TaskFuture
HighTasks chan *task.TaskFuture
UrgentTasks chan *task.TaskFuture
Exit chan bool
}
Click to show internal directories.
Click to hide internal directories.