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 bf13c35 commit 8790e45Copy full SHA for 8790e45
lightning/src/util/events.rs
@@ -1339,6 +1339,8 @@ pub trait OnionMessageProvider {
1339
///
1340
/// Events are processed by passing an [`EventHandler`] to [`process_pending_events`].
1341
1342
+/// Implementations of this event may also feature an async version of event handling.
1343
+///
1344
/// # Requirements
1345
1346
/// When using this trait, [`process_pending_events`] will call [`handle_event`] for each pending
0 commit comments