Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chan ¶
type Chan struct {
// contains filtered or unexported fields
}
Chan represents a channel that can only be written too once.
type Once ¶
type Once interface {
// Write writes a v.
Write(v interface{}) (success bool)
}
Once represents an interface that can only be written too once.
Click to show internal directories.
Click to hide internal directories.