We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788e591 commit 4e2f2a4Copy full SHA for 4e2f2a4
lightning-background-processor/src/lib.rs
@@ -114,7 +114,8 @@ impl BackgroundProcessor {
114
/// # Event Handling
115
///
116
/// `event_handler` is responsible for handling events that users should be notified of (e.g.,
117
- /// payment failed). See [`EventHandler`] for details.
+ /// payment failed). See [`EventHandler`] for details. As a convenience, `BackgroundProcessor`
118
+ /// decorates the user-provided event handler with [`NetworkUpdateHandler`].
119
120
/// [top-level documentation]: Self
121
/// [`join`]: Self::join
0 commit comments