public interface

HandlerExecutorService

implements ScheduledExecutorService
com.facebook.common.executors.HandlerExecutorService
Known Indirect Subclasses

Class Overview

An ExecutorService that is backed by a handler.

Summary

Public Methods
abstract boolean isHandlerThread()
Check if we are currently in the handler thread of this HandlerExecutorService.
abstract void quit()
Quit the handler
[Expand]
Inherited Methods
From interface java.util.concurrent.Executor
From interface java.util.concurrent.ExecutorService
From interface java.util.concurrent.ScheduledExecutorService

Public Methods

public abstract boolean isHandlerThread ()

Check if we are currently in the handler thread of this HandlerExecutorService.

public abstract void quit ()

Quit the handler