turns a sync function to async function using threads. ''' from concurrent.futures import ThreadPoolExecutor. import asyncio. pool = ThreadPoolExecutor().
確定! 回上一頁