Expand description
Utilities that take care of tasks that (1) need to happen periodically to keep Rust-Lightning
running properly, and (2) either can or should be run in the background.
See docs for BackgroundProcessor
for more details.
Structs§
- Background
Processor std
BackgroundProcessor
takes care of tasks that (1) need to happen periodically to keep Rust-Lightning running properly, and (2) either can or should be run in the background. Its responsibilities are:
Enums§
- Gossip
Sync - Either
P2PGossipSync
orRapidGossipSync
.
Functions§
- process_
events_ async futures
- Processes background events in a future.