We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4f999 commit cd8bff0Copy full SHA for cd8bff0
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). A user's [`EventHandler`] may be decorated with other handlers to implement
124
+ /// common functionality. See individual [`Event`]s for further details.
125
126
/// [top-level documentation]: Self
127
/// [`join`]: Self::join
0 commit comments