background

package
v0.0.0-...-c80a3f0 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Progress

type Progress struct {
	Name             atomic.String
	Processed, Total atomic.Uint64
	// contains filtered or unexported fields
}

Progress - tracks background job progress

type ProgressSet

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

ProgressSet - tracks multiple background job progress

func NewProgressSet

func NewProgressSet() *ProgressSet

func (*ProgressSet) Add

func (s *ProgressSet) Add(p *Progress)

func (*ProgressSet) Delete

func (s *ProgressSet) Delete(p *Progress)

func (*ProgressSet) String

func (s *ProgressSet) String() string

Jump to

Keyboard shortcuts

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