Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StopWaiter ¶
type StopWaiter struct {
// contains filtered or unexported fields
}
func New ¶
func New() *StopWaiter
func NewWithOnStop ¶
func NewWithOnStop(onStop func()) *StopWaiter
func (*StopWaiter) Stop ¶
func (s *StopWaiter) Stop()
func (*StopWaiter) Stopped ¶
func (s *StopWaiter) Stopped() bool
func (*StopWaiter) Wait ¶
func (s *StopWaiter) Wait()
Click to show internal directories.
Click to hide internal directories.