Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultWorkerNum = runtime.GOMAXPROCS(0) * 2
DefaultWorkerNum default number of goroutines is twice the number of GOMAXPROCS
Functions ¶
func FileExists ¶
Types ¶
type AsyncResult ¶
type AsyncResult struct {
Value interface{}
Err error
}
AsyncResult result struct
Click to show internal directories.
Click to hide internal directories.