rust-lightning/lightning
Matt Corallo cf3471f8ad Fix (and test) Future creation after a Notifier was notified
After a `Notifier` has been `notify`'d, attempts to `get_future`
should return a `Future` which is pre-completed, however this was
not the case.

This commit simply fixes the behavior, adding a test to demonstrate
the issue.
2022-10-06 23:54:52 +00:00
..
src Fix (and test) Future creation after a Notifier was notified 2022-10-06 23:54:52 +00:00
Cargo.toml Downgrade hashbrown to meet MSRV 2022-09-22 15:06:42 +00:00