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