Open OmLanke opened 1 month ago
Greatly speed up the downloads by not waiting for each download to complete before starting the next one.
asyncio.TaskGroup is used to await for all downloads to finish at the end, before moving on to the next part.
asyncio.TaskGroup
Greatly speed up the downloads by not waiting for each download to complete before starting the next one.
asyncio.TaskGroup
is used to await for all downloads to finish at the end, before moving on to the next part.