Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoWithDeadline ¶ added in v2.2.3
GoWithDeadline 执行多个协程(附带最后期限)
func GoWithTimeout ¶ added in v2.2.3
GoWithTimeout 执行多个协程(附带超时时间)
Types ¶
type Goroutines ¶ added in v2.2.3
type Goroutines struct {
// contains filtered or unexported fields
}
func NewGoroutines ¶ added in v2.2.3
func NewGoroutines() *Goroutines
func (*Goroutines) Add ¶ added in v2.2.3
func (g *Goroutines) Add(fns ...func()) *Goroutines
Add 添加协程函数
Click to show internal directories.
Click to hide internal directories.