Documentation
¶
Index ¶
Constants ¶
View Source
const ( //DefaultReqSize Default max goroutine created DefaultReqSize = 1000 //DefaultBufSize Default task when on goroutine DefaultBufSize = 1000 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Async ¶
type Async struct {
// contains filtered or unexported fields
}
Async async model
var DefaultAsync *Async
DefaultAsync default instance when you run Do(...)
Click to show internal directories.
Click to hide internal directories.