New in Python 3.7. >>> import asyncio >>> from concurrent.futures import ThreadPoolExecutor >>> e = ThreadPoolExecutor() >>> async def read_file(file_): ...
確定! 回上一頁