lnd/queue
positiveblue 09d21345e1
multi: bump Go version
Bump all build go versions to v1.21.0
Bump the minimum build package version to v1.19.0

Debian "buster" is not longer supported. Security updates have been
discontinued since June 30th 2022. We will build using the latest
version, "bookworm".
2023-09-05 10:11:42 -07:00
..
circular_buf_test.go queue: add fixed size circular buffer 2020-03-17 08:22:23 +02:00
circular_buf.go queue: add fixed size circular buffer 2020-03-17 08:22:23 +02:00
gc_queue_test.go multi: add buffer.Write and pool.WriteBuffer, make GCQueue generic 2019-02-15 19:31:24 -08:00
gc_queue.go multi: Fix typos [skip ci] 2022-01-24 12:19:02 +02:00
go.mod multi: bump Go version 2023-09-05 10:11:42 -07:00
go.sum ticker+queue: run go mod tidy 2019-07-26 09:29:38 +02:00
priority_queue_test.go queue: Introducing a general purpose priority queue. 2019-12-11 16:08:05 +01:00
priority_queue.go queue: fixing doc after cherry pick 2019-12-13 16:52:22 +01:00
queue_test.go queue: replace defer cleanup with t.Cleanup 2022-10-13 17:47:04 +08:00
queue.go queue: detect close of incoming channel 2020-04-08 08:54:03 +02:00