pub type StateReportHandler = Receiver<Sender<FlowStat>>;
Handle the size report request, and send the report back
struct StateReportHandler { /* private fields */ }