empty 函数功能判断队列是否为空。 函数原型1empty(self) -> bool 参数说明无 返回值True,表示队列空; False,表示队列非空。 异常处理无 约束说明无 父主题: FlowMsgQueue类