//
pkg.gl
Category
github.com/go-flutter-desktop/go-flutter
internal
priorityqueue
package
0.52.2
Repository:
https://github.com/go-flutter-desktop/go-flutter.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
47 SLOC
#
Functions
NewPriorityQueue
NewPriorityQueue create a new PriorityQueue.
#
Structs
Item
An Item is something we manage in a priority queue.
PriorityQueue
A PriorityQueue implements heap.Interface and holds Items.