Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scheduler ¶
type Scheduler struct {
// contains filtered or unexported fields
}
Scheduler type defines a structure containing a WaitGroup and cancellation functions.
func New ¶
func New() *Scheduler
New returns a new scheduler containing a wait group and process control contexts.
Click to show internal directories.
Click to hide internal directories.