# Functions
NewChannelPriorityQueue returns a ChannelPriorityQueue.
NewConcurrentOrderedMap creates a new thread safe OrderedMap.
NewConcurrentPriorityQueue create a new concurrent priority queue.
NewConcurrentQueue creates a new concurrent queue.
NewOrderedMap creates a new OrderedMap implementation has O(1) complexity for all methods.
NewPagingIterator create a new paging iterator TODO: this implementation should be removed in favor of pagination/iterator.go.
NewPriorityQueue create a new priority queue with the provided list of items.
NewShardedConcurrentTxMap returns an instance of ShardedConcurrentMap
ShardedConcurrentMap is a thread safe map that maintains upto nShards number of maps internally to allow nShards writers to be acive at the same time.
UUIDHashCode is a hash function for hashing string uuid if the uuid is malformed, then the hash function always returns 0 as the hash value.
# Constants
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
ChannelPriorityQueue is an interface for a priority queue.
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
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author