cffu
cffu copied to clipboard
Consider removing methods using common pool
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?