//
pkg.gl
Category
github.com/OdyseeTeam/transcoder
pkg
mfr
package
0.19.2
Repository:
https://github.com/odyseeteam/transcoder.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
2
Files
176 SLOC
#
Functions
NewQueue
NewQueue initializes an empty priority queue suitable for registering Hits right away.
SetLogger
No description provided by the author
#
Constants
StatusActive
being processed.
StatusDone
done processing.
StatusNone
No description provided by the author
StatusQueued
waiting to get to the top.
#
Structs
Item
Item is a queue storage unit.
Position
No description provided by the author
Queue
Queue stores a priority queue with Items with most Hits being at the top.