ProcessBoundAnalyzerLoop

fun <DataFrame, State, Output> ProcessBoundAnalyzerLoop(    analyzerPool: AnalyzerPool<DataFrame, in State, Output>,     resultHandler: StatefulResultHandler<DataFrame, out State, Output, Boolean>,     analyzerLoopErrorListener: AnalyzerLoopErrorListener)

Parameters

analyzerPool

: A pool of analyzers to use in this loop.

resultHandler

: A result handler that will be called with the results from the analyzers in this loop.

analyzerLoopErrorListener

: An error handler for this loop