package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jun 16, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Queue is a thread-safe FIFO data structure.
NewQueue returns a new Queue.
Len returns the number of elements in the queue.
Pop removes and returns the element at the front of the queue.
Push adds an element to the end of the queue.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.