mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-10 13:09:24 +02:00
The package provides type GoroutineManager which is used to launch goroutines until context expires or the manager is stopped. Stop method blocks until all started goroutines stop. Original code by Andras https://go.dev/play/p/HhRpE-K2lA0 Adjustments and tests by Boris.