import asyncio from dependency_injector import containers, providers async def init_async_resource(): await asyncio.sleep(0.1) yield "Initialized" class ...
確定! 回上一頁