mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-16 13:00:19 +02:00
In this commit, a new generic DiskOverflowQueue implementation is added. This allows a user to specify a maximum number of items that the queue can hold in-memory. Any new items will then overflow to disk. The producer and consumer of the queue items will interact with the queue just like a normal in-memory queue. |
||
|---|---|---|
| .. | ||
| blob | ||
| lookout | ||
| wtclient | ||
| wtdb | ||
| wtmock | ||
| wtpolicy | ||
| wtserver | ||
| wtwire | ||
| conf.go | ||
| config.go | ||
| errors.go | ||
| interface.go | ||
| log.go | ||
| standalone.go | ||
| tlv_bench_test.go | ||