package
0.0.0-20250102010652-32484aa8349e
Repository: https://github.com/saylorsolutions/x.git
Documentation: pkg.go.dev

# Functions

NewChannelQueue creates a new [ChannelQueue], and starts a goroutine to keep data flowing.
No description provided by the author
OptChannelSize is used to set the buffer size of the input and output channels.
OptInitialBuffer is used to set the initial size of the internal [Queue].

# Structs

ChannelQueue is used to create a [Queue] that can be consumed as a channel.
Queue is a concurrency-safe queue implementation.

# Type aliases

No description provided by the author