rust-lightning/lightning-background-processor
Matt Corallo 6890e43342 Wake the background processor if an async monitor update completes
If the `ChainMonitor` gets an async monitor update completion, this
means the `ChannelManager` needs to be polled for event processing.
Here we wake it using the new multi-`Future`-await `Sleeper`, or
the existing `select` block in the async BP.

Fixes #2052.
2023-04-03 16:49:54 +00:00
..
src Wake the background processor if an async monitor update completes 2023-04-03 16:49:54 +00:00
Cargo.toml Remove futures dependency in lightning-background-processor 2023-03-31 00:05:24 +00:00