We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866af9f commit d5a6b6aCopy full SHA for d5a6b6a
lightning-background-processor/src/lib.rs
@@ -120,7 +120,8 @@ impl BackgroundProcessor {
120
/// # Event Handling
121
///
122
/// `event_handler` is responsible for handling events that users should be notified of (e.g.,
123
- /// payment failed). See [`EventHandler`] for details.
+ /// payment failed). See [`EventHandler`] for details. As a convenience, `BackgroundProcessor`
124
+ /// decorates the user-provided event handler with [`NetworkUpdateHandler`].
125
126
/// [top-level documentation]: Self
127
/// [`join`]: Self::join
0 commit comments