79685921

Date: 2025-07-01 10:46:19
Score: 2
Natty:
Report link

Yes, there is a way. Described here.

But...what utilizes ForkJoinPool?
ForkJoinPool is designed to split task into smaller tasks and reduce the results of computations in the end (e.g. collections parallel stream)
So If it's not suitable for your case, it would be advisable to use another executorservice.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Yan