79292959

Date: 2024-12-19 02:21:31
Score: 3
Natty:
Report link

You should yield back to the event loop when you create a task by using await asyncio.sleep(0) after you create each task, otherwise all tasks will be executed sequentially.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Wazing