Skip to content

Commit cd8bff0

Browse files
committed
f - Expand docs to reference EventHandler decorators
1 parent 2e4f999 commit cd8bff0

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ impl BackgroundProcessor {
120120
/// # Event Handling
121121
///
122122
/// `event_handler` is responsible for handling events that users should be notified of (e.g.,
123-
/// payment failed). See [`EventHandler`] for details.
123+
/// payment failed). A user's [`EventHandler`] may be decorated with other handlers to implement
124+
/// common functionality. See individual [`Event`]s for further details.
124125
///
125126
/// [top-level documentation]: Self
126127
/// [`join`]: Self::join

0 commit comments

Comments
 (0)