Skip to content

Commit 4e2f2a4

Browse files
committed
f - Mention NetworkUpdateHandler in BackgroundProcessor docs
1 parent 788e591 commit 4e2f2a4

File tree

1 file changed

+2
-1
lines changed
  • lightning-background-processor/src

1 file changed

+2
-1
lines changed

lightning-background-processor/src/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ impl BackgroundProcessor {
114114
/// # Event Handling
115115
///
116116
/// `event_handler` is responsible for handling events that users should be notified of (e.g.,
117-
/// payment failed). See [`EventHandler`] for details.
117+
/// payment failed). See [`EventHandler`] for details. As a convenience, `BackgroundProcessor`
118+
/// decorates the user-provided event handler with [`NetworkUpdateHandler`].
118119
///
119120
/// [top-level documentation]: Self
120121
/// [`join`]: Self::join

0 commit comments

Comments
 (0)