Documentation
¶
Index ¶
- type Channel
- func (c *Channel) Close()
- func (c *Channel) IsEmpty() bool
- func (c *Channel) Pop() (r element.Record, ok bool)
- func (c *Channel) PopAll(onRecord func(element.Record) error) error
- func (c *Channel) Push(r element.Record) (n int, err error)
- func (c *Channel) PushAll(fetchRecord func() (element.Record, error)) error
- func (c *Channel) PushTerminate() (n int)
- func (c *Channel) Size() int
- func (c *Channel) StatsJSON() StatsJSON
- type Stats
- type StatsJSON
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.