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.Pointer[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) Has ¶
func (s *ProgressSet) Has() bool
func (*ProgressSet) String ¶
func (s *ProgressSet) String() string
Click to show internal directories.
Click to hide internal directories.