Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct {
// contains filtered or unexported fields
}
A Group is a goroutine worker pool which schedules tasks to be performed after a specified time. A Group must be created with the New constructor.
func (*Group) Delay ¶
Delay schedules a function to run at or after the specified delay. Delay is a convenience wrapper for Schedule which adds delay to the current time.
Click to show internal directories.
Click to hide internal directories.