lnd/lnutils
Olaoluwa Osuntokun e007125f78
lnutils: add RecvOrTimeout
This abstracts out a common pattern where we wait for a send on a
channel, and timeout otherwise.
2023-03-10 19:07:45 -08:00
..
chan.go lnutils: add RecvOrTimeout 2023-03-10 19:07:45 -08:00
README.md multi: add lnutils to host fundamental utility functions 2023-01-19 06:38:50 +08:00
stream.go multi: add lnutils to host fundamental utility functions 2023-01-19 06:38:50 +08:00
sync_map_bench_test.go lnutils+lntemp: move SyncMap to lnutils 2023-01-19 07:08:18 +08:00
sync_map.go lnutils+lntemp: move SyncMap to lnutils 2023-01-19 07:08:18 +08:00

lnutils

This package provides fundamental types and utility functions that can be used by all other packages.