package
Version:
v0.0.0-...-4351fdd
Opens a new window with list of versions in this module.
Published: Dec 14, 2020
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Queue is a fast, ring-buffered queue
Get queue element by index
func (q *Queue) Peek() (res interface{}, err error)
Peek into queue top
func (q *Queue) Remove() (res interface{}, err error)
Remove top element from queue
String representation of queue
Source Files
¶
Click to show internal directories.
Click to hide internal directories.