Hold a reference to the `Arc<FutureState>` when completing futures
authorMatt Corallo <git@bluematt.me>
Wed, 26 Apr 2023 04:29:59 +0000 (04:29 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 26 Apr 2023 05:39:25 +0000 (05:39 +0000)
commit3873afcb752fa5e84868719e71d506ae8a6592ae
tree00fcd8f1ea63f3a588757d457167588b29b45ef5
parentb73473579e21a62327f663723ef46920042988bf
Hold a reference to the `Arc<FutureState>` when completing futures

This will allow us to pass in that state to the callbacks in the
next commit.
lightning/src/util/wakers.rs