Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Pool ¶
type Pool struct {
// contains filtered or unexported fields
}
A Pool contains a pool of crons and carries lots of helping methods.
func (*Pool) StartShigoto ¶
StartShigoto starts the scheduler of the given shigoto's name.
func (*Pool) Stop ¶
func (p *Pool) Stop()
Stop stops and waits for the termination of the tasks of all schedulers.
func (*Pool) StopShigoto ¶
StopShigoto stops and waits for the termination of the tasks of the given shigoto.