Class POBBackgroundThreadExecutor
-
- All Implemented Interfaces:
-
com.pubmatic.sdk.common.taskhandler.POBThreadExecutor,java.util.concurrent.Executor
public final class POBBackgroundThreadExecutor implements POBThreadExecutor
An POBThreadExecutor that executes the given task on background thread. Internally it uses ThreadPoolExecutor with core pool size 2 and maximum pool size Int.MAX_VALUE. This will help to avoid creating too many background threads for long running task.