Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NonCancelableTask ¶
type NonCancelableTask struct { }
func (NonCancelableTask) Cancelable ¶
func (NonCancelableTask) Cancelable() bool
type NonCancelableTaskFunc ¶
type NonCancelableTaskFunc func()
func (NonCancelableTaskFunc) Cancelable ¶
func (NonCancelableTaskFunc) Cancelable() bool
func (NonCancelableTaskFunc) Run ¶
func (f NonCancelableTaskFunc) Run()
type ParallelImpl ¶
type ParallelImpl struct {
// contains filtered or unexported fields
}
func (*ParallelImpl) Add ¶
func (p *ParallelImpl) Add(task Task)
func (*ParallelImpl) Run ¶
func (p *ParallelImpl) Run()
func (*ParallelImpl) Start ¶
func (p *ParallelImpl) Start() Parallel
func (*ParallelImpl) Stop ¶
func (p *ParallelImpl) Stop()
func (*ParallelImpl) Wait ¶
func (p *ParallelImpl) Wait()
Click to show internal directories.
Click to hide internal directories.