Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Supervisor ¶
type Supervisor struct {
// contains filtered or unexported fields
}
func NewSupervisor ¶
func NewSupervisor() *Supervisor
func (*Supervisor) AddSigHandler ¶
func (s *Supervisor) AddSigHandler(handler func(), signals ...os.Signal)
func (*Supervisor) Start ¶
func (s *Supervisor) Start()
func (*Supervisor) Stop ¶
func (s *Supervisor) Stop()
func (*Supervisor) Wait ¶
func (s *Supervisor) Wait()
Click to show internal directories.
Click to hide internal directories.