... 异步def run_in_process(fn,* args):循环= asyncio.get_event_loop()return await loop.run_in_executor(app.state.executor,fn,* args)#等待 ...
確定! 回上一頁