pub async fn core(
statsd: Client,
conf: Conf,
service_statuses: HashMap<String, ServiceStatus>,
chan_core_rx: Receiver<CoreMsg>,
chan_outbox_tx: Sender<QuorumMsg>,
)Expand description
Runs the core reactor. See core_handle_one_msg