(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>
Tue, 1 Mar 2022 03:48:37 +0000 (03:48 +0000)
commita913b97a07b64b9b6a79aac4bd55c7279f9fd14d
tree3a6b9f2734f65cdec154247151785ca804b53481
parent82b8d854e79e0ff9ec90e356796a2051c9e35a35
(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