Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@jdiaz jdiaz released this 27 Feb 06:48
· 2 commits to master since this release

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.