(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>
Sat, 18 Dec 2021 23:08:09 +0000 (23:08 +0000)
commit731fa9d5f8ba4b718d8b8cb2ea7953b53680b23e
tree736d7ad92218e8a752061aad7589cb0fbcacc558
parent7d1e1873f34b1de87ec9cfbe13c9111f892b5c8d
(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