Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InnerChanTaskQueue ¶
type InnerChanTaskQueue struct {
Ch chan meta.TaskSpecInterface
}
func (*InnerChanTaskQueue) Append ¶
func (q *InnerChanTaskQueue) Append(task meta.TaskSpecInterface)
func (*InnerChanTaskQueue) Pop ¶
func (q *InnerChanTaskQueue) Pop() (meta.TaskSpecInterface, bool)
Click to show internal directories.
Click to hide internal directories.