rust-lightning/lightning-background-processor
Elias Rohrer f2453b7fff
Allow events processing without holding total_consistency_lock
Unfortunately, the RAII types used by `RwLock` are not `Send`, which is
why they can't be held over `await` boundaries. In order to allow
asynchronous events processing in multi-threaded environments, we here
allow to process events without holding the `total_consistency_lock`.
2023-04-21 18:02:54 +02:00
..
src Allow events processing without holding total_consistency_lock 2023-04-21 18:02:54 +02:00
Cargo.toml Make BP's test_payment_path_scoring dual sync/async. 2023-04-04 20:59:56 +00:00