SomMeri / less4j

Less language is an extension of css and less4j compiles it into regular css. Less adds several dynamic features into css: variables, expressions, nested rules, and so on. Less was designed to be compatible with css and any correct css file is also correct less file.
145 stars 47 forks source link

Allow callers to provide their own executor in the TimeoutedLessCompiler #317

Open a701440 opened 8 years ago

a701440 commented 8 years ago

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.

SomMeri commented 8 years ago

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).