lnd/queue
ziggie e26a114cdc
mod: update the minimum go version to 1.24.11
We update the minimum required go version to build the LND
exectuable to the latest minor release of go 1.24.11.
2026-01-13 16:07:38 +01:00
..
circular_buf.go queue: add fixed size circular buffer 2020-03-17 08:22:23 +02:00
circular_buf_test.go queue: add fixed size circular buffer 2020-03-17 08:22:23 +02:00
gc_queue.go multi: Fix typos [skip ci] 2022-01-24 12:19:02 +02:00
gc_queue_test.go multi: add buffer.Write and pool.WriteBuffer, make GCQueue generic 2019-02-15 19:31:24 -08:00
go.mod mod: update the minimum go version to 1.24.11 2026-01-13 16:07:38 +01:00
go.sum ticker+queue: run go mod tidy 2019-07-26 09:29:38 +02:00
priority_queue.go remove repetitive words 2024-03-07 14:05:47 +08:00
priority_queue_test.go queue: Introducing a general purpose priority queue. 2019-12-11 16:08:05 +01:00
queue.go queue: detect close of incoming channel 2020-04-08 08:54:03 +02:00
queue_test.go queue: replace defer cleanup with t.Cleanup 2022-10-13 17:47:04 +08:00