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 b03a1ae commit 23cca38Copy full SHA for 23cca38
lightning/src/util/events.rs
@@ -1400,6 +1400,8 @@ pub trait OnionMessageProvider {
1400
///
1401
/// Events are processed by passing an [`EventHandler`] to [`process_pending_events`].
1402
1403
+/// Implementations of this trait may also feature an async version of event handling.
1404
+///
1405
/// # Requirements
1406
1407
/// When using this trait, [`process_pending_events`] will call [`handle_event`] for each pending
0 commit comments