Documentation ¶
Index ¶
Constants ¶
View Source
const HoldingElements = 10000
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckableZero ¶
type CheckableZero interface {
IsZero() bool
}
type Queue ¶
type Queue[T CheckableZero] interface { SendMessage(data T) error ReceiveMessage() (T, error) CreateReceiver() <-chan T AddReceiver() <-chan T }
func CreateQueue ¶
Click to show internal directories.
Click to hide internal directories.