//
pkg.gl
Category
github.com/casper-dev/casper-server
thirdparty
pq
package
0.0.6
Repository:
https://github.com/casper-dev/casper-server.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
71 SLOC
#
Functions
New
New creates a PQ with a client-supplied comparator.
#
Interfaces
Elem
Elem describes elements that can be added to the PQ.
PQ
PQ is a basic priority queue.
#
Type aliases
ElemComparator
ElemComparator returns true if pri(a) > pri(b).