Process the given input in a the spawned process.
@override Future<O> process(I input) { return _processGroup[(_workerIndex++ % _processGroup.length)].process(input); }