Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "1.2.0"
Version is the current version of the package.
Functions ¶
This section is empty.
Types ¶
type Concurrency ¶
type Concurrency struct {
// contains filtered or unexported fields
}
Concurrency is a concurrent object
func (*Concurrency) Add ¶
func (c *Concurrency) Add(task func(args ...interface{}), args ...interface{})
Add adds a new task to the concurrency object
func (*Concurrency) Done ¶
func (c *Concurrency) Done()
Done removes a task from the concurrency object
Click to show internal directories.
Click to hide internal directories.