package
0.2.7
Repository: https://github.com/kubewharf/kelemetry.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewDeque constructs a new deque with the specified initial capacity.
Creates a new UnboundedQueue with the specified initial capacity.

# Structs

Deque is a typical double-ended queue implemented through a ring buffer.
UnboundedQueue is an unbounded channel.