DefaultProtocolWorker

constructor()

A default implementation that switches to parallel processing using ForkJoinPool if there are at least coreCount * 4 callables to execute. Otherwise, utilizes the calling thread.


constructor(asynchronousThreshold: Int, executorService: ExecutorService)