Skip to main content

DeliveryEventSender

Type Alias DeliveryEventSender 

Source
pub type DeliveryEventSender = Arc<dyn Fn(DeliveryEvent) + Send + Sync>;
Expand description

Callback channel for DeliveryEvent notifications. Wrapped in Arc so the worker can clone it across spawned delivery tasks.

Aliased Typeยง

pub struct DeliveryEventSender { /* private fields */ }