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 BackgroundProcessortakes 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
P2PGossipSyncorRapidGossipSync.
Functions§
- process_
events_ async futures - Processes background events in a future.