parallel

package
v1.17.11 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2025 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 TaskChannel

type TaskChannel chan queueEvent

func NewTaskChannel

func NewTaskChannel() TaskChannel

func (TaskChannel) SendFailure

func (t TaskChannel) SendFailure(moduleName string, errMsg string)

func (TaskChannel) SendSuccess

func (t TaskChannel) SendSuccess(moduleName string)

type TaskChannels

type TaskChannels struct {
	// contains filtered or unexported fields
}

func NewTaskChannels

func NewTaskChannels() *TaskChannels

func (*TaskChannels) Channels

func (pq *TaskChannels) Channels() []string

func (*TaskChannels) Delete

func (pq *TaskChannels) Delete(id string)

func (*TaskChannels) Get

func (pq *TaskChannels) Get(id string) (TaskChannel, bool)

func (*TaskChannels) Set

func (pq *TaskChannels) Set(id string, c TaskChannel)

Jump to

Keyboard shortcuts

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