less4j icon indicating copy to clipboard operation
less4j copied to clipboard

Allow callers to provide their own executor in the TimeoutedLessCompiler

Open a701440 opened this issue 9 years ago • 1 comments

In the spirit of allowing the caller to control how threads are created and managed in the application allow to provide the Executor implementation in the Configuration and use that instead of the hard-coded executor.

a701440 avatar Nov 05 '15 15:11 a701440

It could also be just another parameter in constructor. In any case, I will add that for the next release (or would accept pull request too).

SomMeri avatar Nov 05 '15 20:11 SomMeri