Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestChannelQueueNoPush ¶
func TestChannelQueueOnePush ¶
Types ¶
type ChannelQueue ¶
type ChannelQueue struct {
// contains filtered or unexported fields
}
func (*ChannelQueue) NotifyWaitAdded ¶
func (cq *ChannelQueue) NotifyWaitAdded(fn func(q MyQueue))
func (*ChannelQueue) NotifyWaitDone ¶
func (cq *ChannelQueue) NotifyWaitDone(fn func(q MyQueue))
func (*ChannelQueue) Push ¶
func (cq *ChannelQueue) Push(item interface{})
func (*ChannelQueue) Stop ¶
func (cq *ChannelQueue) Stop()
func (*ChannelQueue) Wait ¶
func (cq *ChannelQueue) Wait(fn func(a interface{}))
Click to show internal directories.
Click to hide internal directories.