package
module
Version:
v0.0.0-...-4443dcc
Opens a new window with list of versions in this module.
Published: Aug 25, 2023
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Item interface {
Identify() string
Value() int
}
type Queue interface {
Enqueue(i Item) error
Dequeue() Item
DequeueSync() Item
Length() int
Peek() Item
Range(f func(key, value interface{}) bool)
}
Source Files
¶
Directories
¶
_examples
|
|
|
|
Click to show internal directories.
Click to hide internal directories.