Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Queue ¶
type Queue[T any] struct { // contains filtered or unexported fields }
Queue is a thread-safe queue.
Unlike a Go channel, Queue doesn't have any constraints on how many elements can be in the queue.
Click to show internal directories.
Click to hide internal directories.