mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-01 16:39:04 +02:00
This commit sends the returned value of pred() inside a goroutine such that when a predicate function never returns during the first run, the wait package can timeout properly.