Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Synchronizer ¶
type Synchronizer struct {
// contains filtered or unexported fields
}
func NewSync ¶
func NewSync(maxRoutines int) *Synchronizer
func (*Synchronizer) AddLink ¶
func (s *Synchronizer) AddLink(body func(*Task))
func (*Synchronizer) Finish ¶
func (s *Synchronizer) Finish() (aborted bool)
Click to show internal directories.
Click to hide internal directories.