(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>
Wed, 9 Feb 2022 20:06:42 +0000 (20:06 +0000)
commit3c0ebf0b63ceec37f9850a7413fbfd8e921bd654
tree8591148b2af927b4e34848a5bb64b184b821147f
parentd29ae1826e1d3fe39f65474532f8788413ce8737
(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