lnd/htlcswitch
eugene 407184ac51
htlcswitch: add linkStopIndex to cleanly shutdown ChannelLink
With this, extra calls to RemoveLink will wait for the link to
fully stop. This is accomplished by a map that stores a single stop
channel that callers to RemoveLink will listen on. This map is not
consulted when the Switch is shutting down and calls Stop on each
individual link. Though that could be added in the future, it is
not necessary.
2022-06-30 15:02:57 -04:00
..
2022-01-10 08:42:32 +01:00
2019-09-09 13:52:35 +02:00
2022-05-03 20:55:40 +00:00
2022-01-24 12:19:02 +02:00