type Group struct {
// contains filtered or unexported fields
}
Group has several workers, and the group can execute these workers concurrently,
wait for the workers to finish within a specified time, and receive the results returned by these workers.