Documentation
¶
Index ¶
- func Delay(z int)
- type RingQueue
- func (q *RingQueue[T]) Capaciity() uint32
- func (q *RingQueue[T]) Get() (val T, ok bool, quantity uint32)
- func (q *RingQueue[T]) Gets(values []T) (gets, quantity uint32)
- func (q *RingQueue[T]) Put(val T) (ok bool, quantity uint32)
- func (q *RingQueue[T]) Puts(values []T) (puts, quantity uint32)
- func (q *RingQueue[T]) Quantity() uint32
- func (q *RingQueue[T]) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.