pablormier/parallel-loops

ExecutorService leak in ForEach#withFixedThreads use.

Opened this issue · 0 comments

According to the 1.1 version, a call to withFixedThreads within ForEach overwrites an existing executorService which as previously initialized in its declaration (line 183).
Remove the initialization from line 183, managing it to be initialized before the use and if not yet initialized, for example.