Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintTimeDiff ¶
func PrintTimeDiffNow ¶
func PrintTimeDifference ¶
Types ¶
type ThreadPool ¶
type ThreadPool struct {
// contains filtered or unexported fields
}
func NewThreadPool ¶
func NewThreadPool(threads uint) ThreadPool
func (*ThreadPool) Add ¶
func (pool *ThreadPool) Add(job func())
func (*ThreadPool) StartAndWait ¶
func (pool *ThreadPool) StartAndWait()
Click to show internal directories.
Click to hide internal directories.