Registry / utility / lightningnetwork-lnd-queue

lightningnetwork-lnd-queue

JSON →
library1.2.0gogounverified

A FIFO queue implementation used internally by the LND Lightning Network daemon.

go get github.com/lightningnetwork/lnd/queue
INSTALL
IMPORT
SIG · LIGHTNINGNETWORK-L
L
lightningnetwork-lnd-queue
utilitygov1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

queue
github.com/lightningnetwork/lnd/queue

Creates a FIFO queue, pushes an item, and pops it.

package main import ( "fmt" "github.com/lightningnetwork/lnd/queue" ) func main() { q := queue.NewFIFO() q.Push("hello") item, _ := q.Pop() fmt.Println(item) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
lightningnetwork-lnd-queue — go get lightningnetwork-lnd-queue · libregistry