//
pkg.gl
Category
github.com/uber/kraken
lib
torrent
scheduler
announcequeue
package
0.1.4
Repository:
https://github.com/uber/kraken.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
2
Dependents
1
Files
60 SLOC
#
Functions
Disabled
Disabled returns a new DisabledQueue.
New
New returns a new QueueImpl.
#
Structs
DisabledQueue
DisabledQueue is a Queue which ignores all input and constantly returns that there are no torrents in the queue.
QueueImpl
QueueImpl is the primary implementation of Queue.
#
Interfaces
Queue
Queue manages a queue of torrents waiting to announce.