This release makes the usage of an ExecutorService thread pool mandatory for library usage. This is based on fact that Fork/Join will perform poorly for many IO operations such as concurrent network requests.
This release makes the usage of an ExecutorService thread pool mandatory for library usage. This is based on fact that Fork/Join will perform poorly for many IO operations such as concurrent network requests.