Class ForkJoinPoolWrapper

java.lang.Object
com.scivicslab.pojoactor.core.ForkJoinPoolWrapper
All Implemented Interfaces:
WorkerPool, AutoCloseable, Executor, ExecutorService

public class ForkJoinPoolWrapper extends Object implements WorkerPool
A WorkerPool implementation that wraps ForkJoinPool (work-stealing executor). This is the default implementation that maintains backward compatibility with the original POJO-actor behavior. It uses ForkJoinPool for optimal performance with independent CPU-bound tasks. Note: This implementation does NOT support job cancellation per actor. Use ControllableWorkStealingPool if you need that feature.
Since:
1.0.0
Author:
devteam@scivics-lab.com