1 2 3 4
use tokio::sync::broadcast; pub type ShutdownSender = broadcast::Sender<()>; pub type ShutdownReceiver = broadcast::Receiver<()>;