mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-12 07:08:24 +01:00
In this commit, we add a new abstraction to the package: the mailBox. The mailBox is a non-blocking, concurrent safe, in-order queue for delivering messages to a given channelLink instance. With this abstraction in place, we can now allow the switch to no longer launch a new goroutine for each forwarded HTLC, or instantiated user payment.
3.0 KiB
3.0 KiB