queue

package
v0.0.0-...-b3661d0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

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

type TaskQueue

type TaskQueue interface {
	Append(meta.TaskSpec)
	Pop() meta.TaskSpec
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL