(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>
Thu, 16 Jun 2022 20:00:29 +0000 (20:00 +0000)
commit0808a66f30b3746606a79f7f2ca160e853d94a4c
tree019627c001b283a7b764cf2dba8b4ff0b5e7648f
parent716539e6c49b59f4c6eb2cd6b4fdd846a07bfe77
(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