Crate lightning_background_processor[][src]

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 on the nitty-gritty.

Structs

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:

Traits

Trait which handles persisting a ChannelManager to disk.