InterpreterPool constructor

InterpreterPool({
  1. int poolSize = 1,
})

Implementation

InterpreterPool({int poolSize = 1}) : poolSize = poolSize.clamp(1, 10);