79761968

Date: 2025-09-11 13:27:40
Score: 2.5
Natty:
Report link

No, don't use task.run(), this will just use an extra thread
You should use Task.Run() only when you must run CPU-bound synchronous code without blocking the main thread.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Manraj Singh