flask框架异步处理耗时任务 # 异步 executor = ThreadPoolExecutor(10) def run(): """ 函数run是耗时任务 :return: """ data = SQLTool().query('select * from physical_market')