Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NiceToHave ¶
func NiceToHave(msg string)
func RunInParallel ¶
Types ¶
type ParallelElements ¶
type ParallelElements struct {
// contains filtered or unexported fields
}
func NewParallel ¶
func NewParallel() *ParallelElements
func (*ParallelElements) Add ¶
func (p *ParallelElements) Add(target func() error)
func (*ParallelElements) Join ¶
func (p *ParallelElements) Join() error
type SingleThread ¶
type SingleThread struct {
// contains filtered or unexported fields
}
func NewSingleThread ¶
func NewSingleThread() *SingleThread
func (*SingleThread) Run ¶
func (st *SingleThread) Run(name string, f func())
runs the command on the single thread
Click to show internal directories.
Click to hide internal directories.