Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DoneChannel ¶
type DoneChannel struct {
// contains filtered or unexported fields
}
func NewDoneChannel ¶
func NewDoneChannel() *DoneChannel
func (*DoneChannel) Close ¶
func (s *DoneChannel) Close()
func (*DoneChannel) Done ¶
func (s *DoneChannel) Done() <-chan struct{}
Click to show internal directories.
Click to hide internal directories.