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). Note: consider using syncutil.* instead.
type NBChan ¶
type NBChan struct { LogString string // contains filtered or unexported fields }
Non-blocking channel. Note: consider using syncutil.* instead.
func NewNBChan2 ¶
func (*NBChan) NewBufChan ¶
func (*NBChan) SetBufChanToZero ¶
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.