msgbuf

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 12, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MessageBuffer

type MessageBuffer struct {
	// contains filtered or unexported fields
}

MessageBuffer implements a fixed capacity ringbuffer for items of type []byte.

func NewMessageBuffer

func NewMessageBuffer(cap int) *MessageBuffer

func (*MessageBuffer) Peek

func (rb *MessageBuffer) Peek() []byte

Peek at the front item

func (*MessageBuffer) Pop

func (rb *MessageBuffer) Pop() []byte

Pop front item

func (*MessageBuffer) Push

func (rb *MessageBuffer) Push(msg []byte) []byte

Push new item to back. If the additional item would lead to the capacity being exceeded, remove the front item first.

Returns the removed front item, or nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL