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 0ab88c0 commit 8d837f0Copy full SHA for 8d837f0
lightning/src/util/events.rs
@@ -1395,6 +1395,8 @@ pub trait OnionMessageProvider {
1395
///
1396
/// Events are processed by passing an [`EventHandler`] to [`process_pending_events`].
1397
1398
+/// Implementations of this trait may also feature an async version of event handling.
1399
+///
1400
/// # Requirements
1401
1402
/// When using this trait, [`process_pending_events`] will call [`handle_event`] for each pending
0 commit comments