Closed scastd closed 2 months ago
To avoid passing a Variables instance to every method, a new one could be created to store them for all the chained calls, as follows:
Parallel.withThreads(4) .withVariables(variables) ... .join();
Describe the feature
To avoid passing a Variables instance to every method, a new one could be created to store them for all the chained calls, as follows:
Additional information
Final checks