cffu icon indicating copy to clipboard operation
cffu copied to clipboard

Consider removing methods using common pool

Open linzee1 opened this issue 1 year ago • 0 comments

image

I saw some methods do not require user to pass executors. It is often dangerous and error-prone to use common pool in Java. Why not remove methods that using common pool to avoid misuse?

Wrong use case Dangerous use of ForkJoinPool

linzee1 avatar Aug 11 '24 11:08 linzee1