Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Coordinator ¶
type Coordinator struct {
// contains filtered or unexported fields
}
func NewCoordinator ¶
func NewCoordinator() *Coordinator
func Until ¶
func Until(identifier string) *Coordinator
func (*Coordinator) Close ¶
func (c *Coordinator) Close()
func (*Coordinator) Done ¶
func (c *Coordinator) Done() <-chan struct{}
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager() *Manager
func (*Manager) Until ¶
func (m *Manager) Until(identifier string) *Coordinator
Click to show internal directories.
Click to hide internal directories.