Default Protocol Worker
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.
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.