Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChanQ ¶
type ChanQ struct {
// contains filtered or unexported fields
}
Flexible channel queue (no fixed length).
type NBChan ¶
type NBChan struct { LogString string // contains filtered or unexported fields }
Non-blocking channel.
func NewNBChan2 ¶ added in v1.1.0
func (*NBChan) NewBufChan ¶
func (*NBChan) SetBufChanToZero ¶ added in v1.1.0
func (ch *NBChan) SetBufChanToZero()
Setting the channel to zero allows a send to fail immediatly if there is no receiver waiting.
Click to show internal directories.
Click to hide internal directories.