public interface

SerialExecutorService

implements ExecutorService
com.facebook.common.executors.SerialExecutorService
Known Indirect Subclasses

Class Overview

The interface of the executors that execute tasks serially. The tasks submitted are executed in FIFO order.

Summary

[Expand]
Inherited Methods
From interface java.util.concurrent.Executor
From interface java.util.concurrent.ExecutorService