Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DelayedBuffer ¶
type DelayedBuffer struct {
// contains filtered or unexported fields
}
DelayedBuffer is the buffer that holds items until either the buffer filled or a specified time limit is reached
func NewDelayedBuffer ¶
func (*DelayedBuffer) Close ¶
func (b *DelayedBuffer) Close() error
func (*DelayedBuffer) Put ¶
func (b *DelayedBuffer) Put(items ...[]byte)
Click to show internal directories.
Click to hide internal directories.