package
Version:
v0.0.0-...-ea0ee21
Opens a new window with list of versions in this module.
Published: Feb 18, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Pool struct {
TasksChan chan *Task
ErrorsChan chan error
}
func (p *Pool) PrintStatus(total int)
type Task struct {
Err error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.