import asyncio improt celery async def do_some_work(x): print("Waiting " + str(x)) await asyncio.sleep(x) def worker(): loop ...
確定! 回上一頁