Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelQueue ¶
type ChannelQueue struct {
// contains filtered or unexported fields
}
func NewChannelQueue ¶
func NewChannelQueue() *ChannelQueue
func (ChannelQueue) Pop ¶
func (q ChannelQueue) Pop() Event
func (ChannelQueue) Push ¶
func (q ChannelQueue) Push(e Event)
Click to show internal directories.
Click to hide internal directories.