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 d30139f commit f8c649cCopy full SHA for f8c649c
ldk-server/src/io/events/event_publisher.rs
@@ -18,7 +18,7 @@ use ldk_server_protos::events::EventEnvelope;
18
/// The underlying messaging system is expected to support durably buffered events,
19
/// enabling easy decoupling between the LDK Server and event consumers.
20
#[async_trait]
21
-pub trait EventPublisher {
+pub trait EventPublisher: Send + Sync {
22
/// Publishes an event to the underlying messaging system.
23
///
24
/// # Arguments
0 commit comments