79592734

Date: 2025-04-25 14:42:36
Score: 0.5
Natty:
Report link

Or you can try ThreadPoolExecutor

from concurrent.futures import ThreadPoolExecutor

since it has the same api you don't need to change anything and it runs your code in the same process so need for serializer

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: mrdinklage