[][src]Type Definition tari_shutdown::ShutdownSignal

type ShutdownSignal = Shared<Fuse<Receiver<()>>>;

Receiver end of a shutdown signal. Once received the consumer should shut down.