Package com.pubmatic.sdk.common.taskhandler
See: Description
-
Class Summary Class Description POBBackgroundThreadExecutor An POBThreadExecutor that executes the given task on background thread. POBMainThreadExecutor An POBThreadExecutor that executes the given task on main thread. POBTaskHandler Singleton implementation for TaskHandler, This class is responsible for executing the task on main thread using POBMainThreadExecutor or background thread using POBBackgroundThreadExecutor. -
Interface Summary Interface Description POBThreadExecutor Interface for thread executor