]> git.bitcoin.ninja Git - rust-lightning/commit
(Bindings Only) Concretize LockableScore as MultiThreadedLockableScore
authorMatt Corallo <git@bluematt.me>
Fri, 17 Dec 2021 22:32:24 +0000 (22:32 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 1 Jul 2022 17:47:32 +0000 (17:47 +0000)
commitf49c74ae10b69a40fa1cbf40959fe62c79ee317e
tree86406532a3b3b09044336239a41ae49c50ab278c
parentf3d5b945c3c9d5b1d9abb3d1cd58f4159d1084e3
(Bindings Only) Concretize LockableScore as MultiThreadedLockableScore

We don't really care about more than this in bindings - calling
into a custom `Score` is likely too slow to be practical anyway,
so this is also a performance improvement.

Works around https://github.com/rust-lang/rust/issues/90448
lightning-invoice/src/payment.rs