Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewProcessReader ¶
func NewProcessReader(r io.ReadCloser, total int64, update chan<- v1.Update) io.ReadCloser
Types ¶
type ProcessPool ¶
type ProcessPool struct {
// contains filtered or unexported fields
}
func NewProcessPool ¶
func NewProcessPool(action string) *ProcessPool
func (*ProcessPool) Close ¶
func (p *ProcessPool) Close() error
func (*ProcessPool) Wait ¶
func (p *ProcessPool) Wait(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.