(Bindings Only) Concretize LockableScore as MultiThreadedLockableScore
authorMatt Corallo <git@bluematt.me>
Fri, 17 Dec 2021 22:32:24 +0000 (22:32 +0000)
committerJeffrey Czyz <jkczyz@gmail.com>
Sun, 3 Apr 2022 21:41:54 +0000 (16:41 -0500)
commit159fae7ef7a9f0aea7f992c89186f305ed52ac3c
tree9052cbadf5563e12fb20f7ed852b99c2ed7c4752
parent0a0f87c00f3c5e30965751fb46502ebc1f110333
(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