runner

package
v3.0.0-beta10 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Enqueue

func Enqueue(p priority.T, errC chan error, f func() error)

func Run

func Run(p priority.T, f func() error) error

func SetDefault

func SetDefault(t *T)

func SetMaxRunning

func SetMaxRunning(n int)

func Start

func Start(ctx context.Context) error

func Stop

func Stop() error

Types

type Item

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

func (Item) Before

func (t Item) Before(other prioqueue.Interface) bool

type T

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

func New

func New(subQS pubsub.QueueSizer) *T

func NewDefault

func NewDefault(subQS pubsub.QueueSizer) *T

func (*T) Enqueue

func (t *T) Enqueue(p priority.T, errC chan error, f func() error)

func (*T) Run

func (t *T) Run(p priority.T, f func() error) error

func (*T) SetInterval

func (t *T) SetInterval(d time.Duration)

func (*T) SetMaxRunning

func (t *T) SetMaxRunning(n int)

func (*T) Start

func (t *T) Start(ctx context.Context) error

func (*T) Stop

func (t *T) Stop() error

Jump to

Keyboard shortcuts

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