rust-lightning/lightning
Matt Corallo c6890cfc33 Add a Future which can receive manager persistence events
This allows users who don't wish to block a full thread to receive
persistence events.

The `Future` added here is really just a trivial list of callbacks,
but from that we can build a (somewhat ineffecient)
std::future::Future implementation and can (at least once a mapping
for Box<dyn Trait> is added) include the future in no-std bindings
as well.

Fixes #1595
2022-09-06 17:42:21 +00:00
..
src Add a Future which can receive manager persistence events 2022-09-06 17:42:21 +00:00
Cargo.toml Bump crate versions to 0.0.110/invoice 0.18 2022-07-26 22:01:09 +00:00