package
2.6.15+incompatible
Repository: https://github.com/meverselabs/meverse.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
No description provided by the author
NewExpireQueue returns ExpireQueue.
No description provided by the author
No description provided by the author
NewLinkedQueue make a LinkedQueue.
No description provided by the author
No description provided by the author
NewQueue returns a Queue.
NewSortedQueue returns a SortedQueue.
# Structs
ExpireQueue provides sequential expirations by groups.
LinkedQueue is designed to allow users to remove the item by the key.
A PriorityQueue implements heap.Interface and holds Items.
Queue provides a basic queue ability with the peek method.
SortedQueue sorts items by the priority.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ItemExpireHandler handles a group expire event.